From b7e5859db3974fbbcc2049bbf0e0950fe8dfa61c Mon Sep 17 00:00:00 2001 From: Gabriel Csapo Date: Sat, 16 Oct 2021 10:02:43 -0700 Subject: [PATCH] [chore] fixes CI to avoid race conditions --- examples/javascript/dist/webpack-5/index.html | 2 +- examples/pug-loader/dist/webpack-5/index.html | 2 +- package.json | 4 ++-- spec/support/jasmine.json | 8 -------- 4 files changed, 4 insertions(+), 12 deletions(-) delete mode 100644 spec/support/jasmine.json diff --git a/examples/javascript/dist/webpack-5/index.html b/examples/javascript/dist/webpack-5/index.html index 835e767f..eb255934 100644 --- a/examples/javascript/dist/webpack-5/index.html +++ b/examples/javascript/dist/webpack-5/index.html @@ -1 +1 @@ -Hello World from backend2021-10-09T14:25:52.580Z

Partial

\ No newline at end of file +Hello World from backend2021-10-16T17:01:43.132Z

Partial

\ No newline at end of file diff --git a/examples/pug-loader/dist/webpack-5/index.html b/examples/pug-loader/dist/webpack-5/index.html index 203953b6..dab0b0ea 100644 --- a/examples/pug-loader/dist/webpack-5/index.html +++ b/examples/pug-loader/dist/webpack-5/index.html @@ -1 +1 @@ -pug demo
Current time

1999-01-01T05:00:00.000Z

\ No newline at end of file +pug demo
Current time

1999-01-01T08:00:00.000Z

\ No newline at end of file diff --git a/package.json b/package.json index 6845ff17..4b5118c3 100644 --- a/package.json +++ b/package.json @@ -32,9 +32,9 @@ "commitizen": "^4.2.4", "css-loader": "5.0.1", "cz-conventional-changelog": "2.1.0", - "dir-compare": "1.7.2", + "dir-compare": "^3.3.0", "html-loader": "2.1.1", - "jest": "26.5.3", + "jest": "^27.2.5", "mini-css-extract-plugin": "^1.6.0", "pug": "3.0.2", "pug-loader": "2.4.0", diff --git a/spec/support/jasmine.json b/spec/support/jasmine.json deleted file mode 100644 index 54750e1d..00000000 --- a/spec/support/jasmine.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "spec_dir": "spec", - "spec_files": [ - "**/*[sS]pec.js" - ], - "stopSpecOnExpectationFailure": false, - "random": true -}