1
0
mirror of https://github.com/lancedikson/bowser synced 2026-03-02 03:40:27 +00:00

Setup acceptance tests with list of UAs

This commit is contained in:
Denis Demchenko
2017-08-20 18:21:17 +03:00
parent 99fde0a154
commit 076ee810bd
3 changed files with 115 additions and 98 deletions

View File

@@ -26,7 +26,8 @@
"babel-preset-env": "^1.5.2",
"babel-register": "^6.24.1",
"sinon": "^2.1.0",
"testem": "^1.16.2"
"testem": "^1.16.2",
"yamljs": "^0.3.0"
},
"ava": {
"require": [
@@ -42,6 +43,7 @@
},
"scripts": {
"test": "testem",
"watch-tests": "./node_modules/.bin/ava --watch",
"prepublish": "make boosh"
},
"license": "MIT"