-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Charlike Mike Reagent <mameto2011@gmail.com>
- Loading branch information
Charlike Mike Reagent
committed
Nov 1, 2018
1 parent
3515a74
commit bdca772
Showing
3 changed files
with
3 additions
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,4 +7,4 @@ | |
"check-coverage": true, | ||
"reporter": ["lcov", "text"], | ||
"exclude": ["*.test.js", "**/*.test.js", "test"] | ||
} | ||
} |
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,13 +1 @@ | ||
{ | ||
"todo tests": { | ||
"skip": false, | ||
"todo": false, | ||
"run": false, | ||
"isPending": false, | ||
"isRejected": false, | ||
"isFulfilled": true, | ||
"id": 1, | ||
"str": "async (t) => {\n const filepath = path.join(proc.cwd(), 'src', 'plugins', 'render.js');\n const text = await app.renderFile(filepath);\n // console.log(text)\n t.ok(text);\n}", | ||
"title": "todo tests" | ||
} | ||
} | ||
{"todo tests":{"skip":false,"todo":false,"run":false,"isPending":false,"isRejected":false,"isFulfilled":true,"id":1,"str":"async (t) => {\n const filepath = path.join(proc.cwd(), 'src', 'plugins', 'render.js');\n const text = await app.renderFile(filepath);\n // console.log(text)\n t.ok(text);\n}","title":"todo tests"}} |