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 1111 "scripts" : {
1212 "pretest:FsToolkit.ErrorHandling.Tests" : " dotnet fable tests/FsToolkit.ErrorHandling.Tests -o js-dist/tests/FsToolkit.ErrorHandling.Tests" ,
1313 "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 " ,
1515 "test:FsToolkit.ErrorHandling.AsyncSeq.Tests" : " mocha js-dist/tests/FsToolkit.ErrorHandling.AsyncSeq.Tests/Main.js" ,
1616 "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 " ,
1818 "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" ,
1919 "watch-test" : " npm-run-all -p watch-test:*"
2020 }
You can’t perform that action at this time.
0 commit comments