Update dependencies (#234)

* Bumps pa11y-webservice and client to the new versions requiring node 8+
* Update tests to account for the new URL. Integration tests now include a localhost URL, this updates the tests to reflect that.
* Increase test timeout to avoid travis failing
This commit is contained in:
Jose Bolos
2019-07-16 13:41:39 +01:00
committed by GitHub
parent 1609c8d667
commit ce07206899
3 changed files with 9 additions and 4 deletions

View File

@@ -21,7 +21,7 @@
NPM_BIN = ./node_modules/.bin
export PATH := $(NPM_BIN):$(PATH)
export EXPECTED_COVERAGE := 90
export INTEGRATION_TIMEOUT := 5000
export INTEGRATION_TIMEOUT := 10000
export INTEGRATION_SLOW := 4000