Skip to content

Commit 3b3a880

Browse files
committed
chore: moved the webdriverio config file to its subdirectory
1 parent 7acab42 commit 3b3a880

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

.npmignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ webdriverio-tests
33
.gitignore
44
.husky
55
commitlint.config.js
6-
wdio.conf-crossbrowsertesting.js
76
.github
87
.gitattributes
98
.prettierignore

bower.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
"webdriverio-tests",
3434
".gitignore",
3535
".husky",
36-
"commitlint.config.js",
37-
"wdio.conf-crossbrowsertesting.js"
36+
"commitlint.config.js"
3837
]
3938
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"test": "run-p validate:* lint:*",
5050
"lint:xo": "xo src/loading-attribute-polyfill.js",
5151
"validate:html": "html-validate demo/index.html",
52-
"test:wdio": "wdio run wdio.conf-crossbrowsertesting.js",
52+
"test:wdio": "wdio run webdriverio-tests/wdio.conf-crossbrowsertesting.js",
5353
"build": "microbundle",
5454
"dev": "microbundle watch",
5555
"release:minor": "npm version minor -m 'build(release): new minor version' && git push && git push --tags && npm publish",

0 commit comments

Comments
 (0)