Skip to content

Commit ba240c0

Browse files
committed
templates/wasm: jest recognize test files
1 parent 5fd7c34 commit ba240c0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/templates/wasm/assemblyscript/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ module.exports = {
1010
},
1111
},
1212
testPathIgnorePatterns: [
13-
".polywrap"
13+
"/.polywrap/"
1414
],
1515
};

packages/templates/wasm/rust/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ module.exports = {
1010
},
1111
},
1212
testPathIgnorePatterns: [
13-
".polywrap"
13+
"/.polywrap/"
1414
],
1515
};

0 commit comments

Comments
 (0)