Skip to content

Commit

Permalink
fix repl test
Browse files Browse the repository at this point in the history
  • Loading branch information
jperl committed Mar 4, 2020
1 parent b084184 commit 602ae1f
Show file tree
Hide file tree
Showing 17 changed files with 6,155 additions and 469 deletions.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ module.exports = {
'^.+\\.tsx?$': 'ts-jest',
},
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],
testRegex: '(/tests/.*.(test|spec)).(jsx?|tsx?)$',
testRegex: '(/test/.*.(test|spec)).(jsx?|tsx?)$',
};
5,863 changes: 5,863 additions & 0 deletions package-lock.json

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,12 @@
},
"license": "BSD-3.0",
"dependencies": {
"@qawolf/jest-reporter": "^0.1.0",
"await-outside": "^3.0.0",
"commander": "^4.1.1",
"debug": "*",
"inquirer": "^7.0.5",
"playwright-ci": "^0.3.0",
"update-notifier": "^4.1.0"
},
"devDependencies": {
Expand All @@ -49,6 +53,7 @@
"eslint-plugin-jest": "~23.7.0",
"fs-extra": "^8.1.0",
"jest": "~25.1.0",
"jest-mock-process": "^1.3.2",
"playwright": "next",
"playwright-utils": "0.3.1",
"prettier": "~1.19.1",
Expand Down
91 changes: 0 additions & 91 deletions src/Logger.ts

This file was deleted.

140 changes: 0 additions & 140 deletions src/cli/CreateCodeCLI.ts

This file was deleted.

Loading

0 comments on commit 602ae1f

Please sign in to comment.