Skip to content

Commit 75ec5fb

Browse files
committedDec 24, 2020
Fix package.json
1 parent b66e82d commit 75ec5fb

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
 

‎package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@
2626
"jest": {
2727
"modulePathIgnorePatterns": [
2828
"package.json"
29-
],
30-
"testSequencer": "./testSequencer.js"
29+
]
3130
},
3231
"scripts": {
3332
"test": "jest --no-cache ./*",

‎testSequencer.js

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
// testSequencer.js
2+
//
3+
// This test sequencer can be used to debug tests.
4+
//
25
const Sequencer = require('@jest/test-sequencer').default;
36

47
class CustomSequencer extends Sequencer {

0 commit comments

Comments
 (0)
Please sign in to comment.