File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11
11
"scripts" : {
12
12
"pretest:FsToolkit.ErrorHandling.Tests" : " dotnet fable tests/FsToolkit.ErrorHandling.Tests -o js-dist/tests/FsToolkit.ErrorHandling.Tests" ,
13
13
"pretest:FsToolkit.ErrorHandling.AsyncSeq.Tests" : " dotnet fable tests/FsToolkit.ErrorHandling.AsyncSeq.Tests -o js-dist/tests/FsToolkit.ErrorHandling.AsyncSeq.Tests" ,
14
- "test:FsToolkit.ErrorHandling.Tests" : " mocha js-dist/tests/FsToolkit.ErrorHandling.Tests/Main.js" ,
14
+ "test:FsToolkit.ErrorHandling.Tests" : " mocha js-dist/tests/FsToolkit.ErrorHandling.Tests/Main.js --timeout 60000 " ,
15
15
"test:FsToolkit.ErrorHandling.AsyncSeq.Tests" : " mocha js-dist/tests/FsToolkit.ErrorHandling.AsyncSeq.Tests/Main.js" ,
16
16
"test" : " npm-run-all test:*" ,
17
- "watch-test:FsToolkit.ErrorHandling.Tests" : " dotnet fable watch tests/FsToolkit.ErrorHandling.Tests -o js-dist/tests/FsToolkit.ErrorHandling.Tests --runWatch mocha js-dist/tests/FsToolkit.ErrorHandling.Tests/Main.js" ,
17
+ "watch-test:FsToolkit.ErrorHandling.Tests" : " dotnet fable watch tests/FsToolkit.ErrorHandling.Tests -o js-dist/tests/FsToolkit.ErrorHandling.Tests --runWatch mocha js-dist/tests/FsToolkit.ErrorHandling.Tests/Main.js --timeout 10000 " ,
18
18
"watch-test:FsToolkit.ErrorHandling.AsyncSeq.Tests" : " dotnet fable watch tests/FsToolkit.ErrorHandling.AsyncSeq.Tests -o js-dist/tests/FsToolkit.ErrorHandling.AsyncSeq.Tests --runWatch mocha js-dist/tests/FsToolkit.ErrorHandling.AsyncSeq.Tests/Main.js" ,
19
19
"watch-test" : " npm-run-all -p watch-test:*"
20
20
}
You can’t perform that action at this time.
0 commit comments