We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feb50bc commit bf5316cCopy full SHA for bf5316c
config/paths.ts
@@ -12,5 +12,5 @@ export const DEFAULT_BUILD_DIR = 'build'
12
export const RCFILE_NAME = '.adonisrc.json'
13
export const ENV_FILES = ['.env', '.env.testing']
14
export const SERVER_ENTRY_FILE = 'server.ts'
15
-export const TESTS_ENTRY_FILE = 'tests.ts'
+export const TESTS_ENTRY_FILE = 'test.ts'
16
export const TSCONFIG_FILE_NAME = 'tsconfig.json'
0 commit comments