File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ describe('util/stat', () => {
21
21
22
22
afterEach ( done => fs . remove ( TEST_DIR , done ) )
23
23
24
- describe ( 'should use stats with bigint type for node versions >= 10.5.0 and number type for older versions' , done => {
24
+ describe ( 'should use stats with bigint type for node versions >= 10.5.0 and number type for older versions' , ( ) => {
25
25
it ( 'stat.checkPaths()' , ( ) => {
26
26
const nodeVersion = process . versions . node
27
27
const src = path . join ( TEST_DIR , 'src' )
@@ -54,7 +54,7 @@ describe('util/stat', () => {
54
54
} )
55
55
} )
56
56
57
- describe ( 'should stop at src or root path and not throw max call stack size error' , done => {
57
+ describe ( 'should stop at src or root path and not throw max call stack size error' , ( ) => {
58
58
it ( 'stat.checkParentPaths()' , ( ) => {
59
59
const src = path . join ( TEST_DIR , 'src' )
60
60
let dest = path . join ( TEST_DIR , 'dest' )
You can’t perform that action at this time.
0 commit comments