delete seed
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Vicent Llopis 2023-02-20 13:56:17 +01:00
parent 0b240e7925
commit 7a812551b3
1 changed files with 1 additions and 2 deletions

View File

@ -34,8 +34,7 @@ async function test() {
const Jasmine = require('jasmine');
const jasmine = new Jasmine();
jasmine.seed('68436');
// jasmine.randomizeTests(false);
// jasmine.seed('68436');
const SpecReporter = require('jasmine-spec-reporter').SpecReporter;
jasmine.addReporter(new SpecReporter({