forked from mirrored/github-readme-stats
test: fix e2e test config path
This commit is contained in:
+1
-1
@@ -3,5 +3,5 @@ module.exports = {
|
||||
preset: 'ts-jest',
|
||||
testEnvironment: 'node',
|
||||
clearMocks: true,
|
||||
testMatch: ["<rootDir>/tests/e2e/**/*.test.js"],
|
||||
testMatch: ["<rootDir>/tests/e2e/**/*.test.ts"],
|
||||
};
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@
|
||||
"test": "jest --coverage",
|
||||
"test:watch": "jest --watch",
|
||||
"test:update:snapshot": "jest -u",
|
||||
"test:e2e": "jest --config jest.e2e.config.js",
|
||||
"test:e2e": "jest --config jest.e2e.config.cjs",
|
||||
"theme-readme-gen": "node scripts/generate-theme-doc",
|
||||
"preview-theme": "node scripts/preview-theme",
|
||||
"close-stale-theme-prs": "node scripts/close-stale-theme-prs",
|
||||
|
||||
Reference in New Issue
Block a user