Skip to content

Commit

Permalink
test(create-plugin): fix jest.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tasshi-me committed May 19, 2022
1 parent 1b91fd8 commit cae1204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-plugin/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** @type {import('@jest/types').Config.InitialOptions} */
const config = {
testRegex: "<rootDir>/test/.*\\.ts$",
testRegex: "/test/.*\\.ts$",
testEnvironment: "node",
};
module.exports = config;

0 comments on commit cae1204

Please sign in to comment.