Skip to content

Commit bf5316c

Browse files
committed
refactor: load "test.ts" file to run tests
1 parent feb50bc commit bf5316c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/paths.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ export const DEFAULT_BUILD_DIR = 'build'
1212
export const RCFILE_NAME = '.adonisrc.json'
1313
export const ENV_FILES = ['.env', '.env.testing']
1414
export const SERVER_ENTRY_FILE = 'server.ts'
15-
export const TESTS_ENTRY_FILE = 'tests.ts'
15+
export const TESTS_ENTRY_FILE = 'test.ts'
1616
export const TSCONFIG_FILE_NAME = 'tsconfig.json'

0 commit comments

Comments
 (0)