remove seed and randomize false on the test
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
80cc341bf0
commit
0e426db296
|
@ -35,9 +35,6 @@ async function test() {
|
||||||
const Jasmine = require('jasmine');
|
const Jasmine = require('jasmine');
|
||||||
const jasmine = new Jasmine();
|
const jasmine = new Jasmine();
|
||||||
|
|
||||||
// jasmine.seed('68436');
|
|
||||||
jasmine.randomizeTests(false);
|
|
||||||
|
|
||||||
const SpecReporter = require('jasmine-spec-reporter').SpecReporter;
|
const SpecReporter = require('jasmine-spec-reporter').SpecReporter;
|
||||||
jasmine.addReporter(new SpecReporter({
|
jasmine.addReporter(new SpecReporter({
|
||||||
spec: {
|
spec: {
|
||||||
|
|
Loading…
Reference in New Issue