Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldenning committed Dec 19, 2024
1 parent 918d322 commit 729bd45
Show file tree
Hide file tree
Showing 3 changed files with 280 additions and 4,187 deletions.
6 changes: 6 additions & 0 deletions packages/generator-single-spa/jest.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/** @type {import('jest').Config} */
const config = {
testPathIgnorePatterns: ["templates"],
};

export default config;
16 changes: 7 additions & 9 deletions packages/generator-single-spa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,17 @@
"main": "src/generator-single-spa.js",
"license": "MIT",
"dependencies": {
"chalk": "^4.1.2",
"command-exists": "^1.2.9",
"ejs": "^3.1.9",
"ejs": "^3.1.10",
"lodash": "^4.17.21",
"yeoman-generator": "^5.10.0"
},
"devDependencies": {
"jest": "^27.5.1",
"yeoman-test": "^6.2.0"
},
"jest": {
"testPathIgnorePatterns": [
"templates"
]
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"babel-jest": "^29.7.0",
"chalk": "^4.1.2",
"jest": "^29.7.0",
"yeoman-test": "^6.3.0"
}
}
Loading

0 comments on commit 729bd45

Please sign in to comment.