Skip to content

Commit

Permalink
fix: hmmm
Browse files Browse the repository at this point in the history
Signed-off-by: Charlike Mike Reagent <mameto2011@gmail.com>
  • Loading branch information
Charlike Mike Reagent committed Nov 1, 2018
1 parent 3515a74 commit bdca772
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .nycrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
"check-coverage": true,
"reporter": ["lcov", "text"],
"exclude": ["*.test.js", "**/*.test.js", "test"]
}
}
2 changes: 1 addition & 1 deletion .prettierrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ module.exports = {
// where ends the tag and its properties and where starts the content of the tag.
// https://prettier.io/docs/en/options.html#jsx-brackets
jsxBracketSameLine: false,
};
};
14 changes: 1 addition & 13 deletions test/snapshots/index.snapshot.json
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"}}

0 comments on commit bdca772

Please sign in to comment.