Skip to content

Commit

Permalink
rename few todo test files
Browse files Browse the repository at this point in the history
  • Loading branch information
izelnakri committed Feb 7, 2021
1 parent a87dd48 commit 864ff38
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
6 changes: 4 additions & 2 deletions test/help-command.js → test/help-command-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Input options:
- File: $ qunitx test/foo.js
- Folder: $ qunitx test/login
- Glob: $ qunitx test/**/*.ts
- Regex: $ qunit \w+-test.ts
- Combination: $ qunit test/foo.js test/bar.js test/logout app/e2e/submit-\w+.ts
- Regex: $ qunitx \w+-test.ts
- Combination: $ qunitx test/foo.js test/bar.js test/logout app/e2e/submit-\w+.ts
Optional flags:
--browser : run qunit tests in chromium with puppeteer instead of node.js(which is the default)
Expand All @@ -23,6 +23,8 @@ Optional flags:
--coverage : define a coverage dist folder target(by default ./dist)
Example: $ qunitx test/foo.ts#204 app/e2e --browser --debug --watch
To create a new qunitx file do: $ qunitx new myNewTest
`;

test('$ qunitx -> prints help text', async (t) => {
Expand Down
File renamed without changes.

0 comments on commit 864ff38

Please sign in to comment.