Skip to content

Commit 8f7d2b7

Browse files
Removing from testMatch
1 parent 4446843 commit 8f7d2b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/bruno-app/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module.exports = {
2323
{
2424
displayName: 'DOM',
2525
testMatch: [
26-
'<rootDir>/src/**/*.{spec,test}.[jt]s?(x)'
26+
'<rootDir>/src/**/*.spec.[jt]s?(x)'
2727
],
2828
testEnvironment: 'jsdom',
2929
transform: {

0 commit comments

Comments
 (0)