Skip to content

Commit af6addb

Browse files
committed
cleanup
1 parent 1792832 commit af6addb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

__tests__/routes_mounted.test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import request from "supertest"
99
import { jest } from "@jest/globals"
1010
import api_routes from "../routes/api-routes.js"
1111
import app from "../app.js"
12-
import fs from 'fs'
12+
import fs from "fs"
1313

1414
let app_stack = app.router.stack
1515
let api_stack = api_routes.stack
@@ -137,5 +137,6 @@ describe('Check to see that critical repo files are present', () => {
137137
expect(fs.existsSync(filePath+"LICENSE")).toBeTruthy()
138138
expect(fs.existsSync(filePath+".gitignore")).toBeTruthy()
139139
expect(fs.existsSync(filePath+"jest.config.js")).toBeTruthy()
140+
expect(fs.existsSync(filePath+"package.json")).toBeTruthy()
140141
})
141142
})

0 commit comments

Comments
 (0)