mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-11 19:04:30 +00:00
simplify tests
This commit is contained in:
@@ -39,7 +39,7 @@ describe('sapper', function() {
|
||||
rimraf.sync('build');
|
||||
rimraf.sync('.sapper');
|
||||
|
||||
this.timeout(process.env.CI ? 30000 : 5000);
|
||||
this.timeout(process.env.CI ? 30000 : 10000);
|
||||
|
||||
// TODO reinstate dev tests
|
||||
// run({
|
||||
|
||||
Reference in New Issue
Block a user