Skip to content

Commit 568d287

Browse files
author
Simon Rogers
committed
restore eslint-disable for test script
1 parent d130d0d commit 568d287

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/openapi/run_server_tests.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import { exec } from 'child_process'
88
import { exit } from 'process'
99
import { join } from 'path'
1010
import { createServer } from 'http'
11+
// eslint-disable-next-line n/no-missing-import
1112
import { expressAppConfig } from './server/node_modules/oas3-tools/dist/index.js'
1213

1314
const testTimeout = 120000

0 commit comments

Comments
 (0)