-
Notifications
You must be signed in to change notification settings - Fork 456
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: use type=module in nightwatch projects (#404)
Co-authored-by: Haoqun Jiang <[email protected]>
- Loading branch information
1 parent
e458f5e
commit 94e9aae
Showing
7 changed files
with
6 additions
and
130 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
45 changes: 0 additions & 45 deletions
45
template/config/nightwatch/nightwatch/custom-assertions/elementHasCount.js
This file was deleted.
Oops, something went wrong.
43 changes: 0 additions & 43 deletions
43
template/config/nightwatch/nightwatch/custom-assertions/elementHasCount.ts
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
template/config/nightwatch/nightwatch/custom-commands/strictClick.js
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
template/config/nightwatch/nightwatch/custom-commands/strictClick.ts
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
{ | ||
"type": "commonjs", | ||
"scripts": { | ||
"test:e2e": "nightwatch tests/e2e/*" | ||
}, | ||
|