Skip to content

Commit f4757f8

Browse files
committed
cleanup for AI
1 parent ccc9812 commit f4757f8

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

__tests__/routes_mounted.test.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ import { jest } from "@jest/globals"
33
import api_routes from "../routes/api-routes.js"
44
import app from "../app.js"
55
import fs from 'fs'
6-
import expressListEndpoints from "express-list-endpoints"
7-
8-
let app_stack = expressListEndpoints(app.router)
9-
let api_stack = expressListEndpoints(api_routes)
106

117
describe.skip('Check to see that all expected top level route patterns exist. co_ol', () => {
128

0 commit comments

Comments
 (0)