Skip to content

Commit 5bfeb7c

Browse files
committed
get rid of testing tag
1 parent 9c06275 commit 5bfeb7c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

__tests__/routes_mounted.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import fs from 'fs'
77
let app_stack = app._router.stack
88
let api_stack = api_routes.stack
99

10-
describe('Check to see that all expected top level route patterns exist. _mountTest', () => {
10+
describe('Check to see that all expected top level route patterns exist.', () => {
1111

1212
it('/v1 -- mounted ', () => {
1313
let exists = false
@@ -66,7 +66,7 @@ describe('Check to see that all expected top level route patterns exist. _mountT
6666

6767
})
6868

69-
describe('Check to see that all /v1/api/ route patterns exist. _mountTest', () => {
69+
describe('Check to see that all /v1/api/ route patterns exist.', () => {
7070

7171
it('/v1/api/query -- mounted ', () => {
7272
let exists = false

0 commit comments

Comments
 (0)