Skip to content

Commit

Permalink
chore: CodeceptJS .ts 삭제 및 .js로 재설치
Browse files Browse the repository at this point in the history
  • Loading branch information
ShinjungOh committed Feb 24, 2024
1 parent 9d54097 commit 6299939
Show file tree
Hide file tree
Showing 12 changed files with 9,959 additions and 10,022 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"react-refresh",
"react-hooks",
"@typescript-eslint",
"unused-imports"
"unused-imports",
],
"rules": {
"import/extensions": [ // 파일 확장자 생략 가능
Expand Down
16 changes: 16 additions & 0 deletions codecept.conf.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
/** @type {CodeceptJS.MainConfig} */
exports.config = {
tests: './test/**/*_test.js',
output: './output',
helpers: {
Playwright: {
browser: 'chromium',
url: 'http://localhost:5173',
show: true
}
},
include: {
I: './steps_file.js',
},
name: 'Haru-Hannyan'
};
18 changes: 0 additions & 18 deletions codecept.conf.ts

This file was deleted.

1 change: 1 addition & 0 deletions jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ export default {
'^@lib/(.*)$': '<rootDir>/src/lib/$1',
},
setupFilesAfterEnv: ['<rootDir>/jest.setup.ts', '<rootDir>/src/setupTests.ts'],
testPathIgnorePatterns: ['<rootDir>/test/'],
};
5 changes: 5 additions & 0 deletions jsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"compilerOptions": {
"allowJs": true
}
}
Loading

0 comments on commit 6299939

Please sign in to comment.