Skip to content

Commit

Permalink
replace old test framework with cypress, migrate the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xibyte committed Mar 24, 2020
1 parent 13eb317 commit 6d7d264
Show file tree
Hide file tree
Showing 115 changed files with 1,167 additions and 822 deletions.
9 changes: 9 additions & 0 deletions cypress.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"watchForFileChanges": false,
"fixturesFolder": "test/cypress/fixtures",
"integrationFolder": "test/cypress/integration",
"pluginsFile": "test/cypress/plugins/index.js",
"screenshotsFolder": "test/cypress/screenshots",
"videosFolder": "test/cypress/videos",
"supportFile": "test/cypress/support/index.js"
}
1 change: 1 addition & 0 deletions modules/bus/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @deprecated - use streams
export default class Bus {

constructor() {
Expand Down
Loading

0 comments on commit 6d7d264

Please sign in to comment.