Skip to content

Commit f716bfd

Browse files
authored
fix: updated dom testing library (#31)
* chore: updated dom testing library * trying to fix chrome ci install bug * trying chrome latest * trying chrome beta * more attempts to fix chrome install * more attempts to fix chrome install * more attempts to fix chrome install * more attempts to fix chrome install
1 parent 5e6b199 commit f716bfd

File tree

3 files changed

+21
-26
lines changed

3 files changed

+21
-26
lines changed

.travis.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@ before_script:
1313
- sleep 3
1414
- fluxbox >/dev/null 2>&1 &
1515
language: node_js
16+
node_js: "stable"
17+
before_install:
18+
- stty cols 80
1619
cache:
1720
directories:
18-
- '~/.npm'
21+
- "~/.npm"
1922
notifications:
2023
email: false
21-
node_js: '8'
22-
before_install:
23-
- stty cols 80
2424
install: npm ci
2525
script: npm run validate
2626
after_success: npx semantic-release
2727
branches:
28-
only:
29-
- master
30-
- next
28+
only:
29+
- master
30+
- next

package-lock.json

Lines changed: 13 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"license": "ISC",
2727
"dependencies": {
2828
"@babel/runtime": "^7.4.3",
29-
"@testing-library/dom": "^6.1.0",
29+
"@testing-library/dom": "^6.2.0",
3030
"testcafe": "^1.4.1"
3131
},
3232
"devDependencies": {

0 commit comments

Comments
 (0)