Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

Commit

Permalink
Remove most nightwatch references
Browse files Browse the repository at this point in the history
  • Loading branch information
adgad committed Mar 29, 2018
1 parent dbf92dd commit c21d678
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ a11y: test-build pally-conf


# Note: `run` executes `node demo/app`, which fires up express, then deploys
# a test static site to s3, then exits, freeing the process to execute `nightwatch a11y`.
# a test static site to s3, then exits, freeing the process to execute `smoke a11y`.
test:
make developer-note verify pally-conf test-server test-browser test-build run nightwatch a11y build-dist
make developer-note verify pally-conf test-server test-browser test-build run smoke a11y build-dist
bundlesize

build-production: build-bundle
Expand Down
2 changes: 1 addition & 1 deletion browser/test/smoke.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ module.exports = [
}
}
}
]
];
2 changes: 1 addition & 1 deletion demo/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ app.listen(5005)
}
})
.then(res => res.text())
// hack to make sure the demo page deployed to s3 for nightwatch testing
// hack to make sure the demo page deployed to s3 for browser testing
// includes the css and js properly (unlike the real local app we can't
// map /public to any path we like on s3)
.then(text => text.replace(/__dev\/assets\//g, ''))
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
"karma-webpack": "^2.0.9",
"mocha": "^3.5.3",
"mockery": "^2.1.0",
"nightwatch": "^0.9.19",
"node-fetch": "^2.0.0",
"nodemon": "^1.14.12",
"pa11y-ci": "^1.3.1",
Expand Down

0 comments on commit c21d678

Please sign in to comment.