Skip to content

Commit b7e5859

Browse files
gabrielcsapojantimon
authored andcommitted
[chore] fixes CI to avoid race conditions
1 parent 48131d3 commit b7e5859

File tree

4 files changed

+4
-12
lines changed

4 files changed

+4
-12
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<head><script defer="defer" src="bundle.js"></script><link href="styles.css" rel="stylesheet"></head>Hello World from backend2021-10-09T14:25:52.580Z<h2>Partial</h2><img src="55b19870aff2e53d1fb1.png">
1+
<head><script defer="defer" src="bundle.js"></script><link href="styles.css" rel="stylesheet"></head>Hello World from backend2021-10-16T17:01:43.132Z<h2>Partial</h2><img src="55b19870aff2e53d1fb1.png">
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!doctype html><html><head><title>pug demo</title><link rel="icon" href="favicon.ico"><script defer="defer" src="bundle.js"></script><link href="styles.css" rel="stylesheet"></head><body><div id="main"><div class="time"><b>Current time</b><p>1999-01-01T05:00:00.000Z</p></div><img src="#{require('./logo.png')}"></div></body></html>
1+
<!doctype html><html><head><title>pug demo</title><link rel="icon" href="favicon.ico"><script defer="defer" src="bundle.js"></script><link href="styles.css" rel="stylesheet"></head><body><div id="main"><div class="time"><b>Current time</b><p>1999-01-01T08:00:00.000Z</p></div><img src="#{require('./logo.png')}"></div></body></html>

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
"commitizen": "^4.2.4",
3333
"css-loader": "5.0.1",
3434
"cz-conventional-changelog": "2.1.0",
35-
"dir-compare": "1.7.2",
35+
"dir-compare": "^3.3.0",
3636
"html-loader": "2.1.1",
37-
"jest": "26.5.3",
37+
"jest": "^27.2.5",
3838
"mini-css-extract-plugin": "^1.6.0",
3939
"pug": "3.0.2",
4040
"pug-loader": "2.4.0",

spec/support/jasmine.json

-8
This file was deleted.

0 commit comments

Comments
 (0)