Skip to content

Commit

Permalink
Merge pull request #397 from form8ion/renovate/master-form8ion-eslint…
Browse files Browse the repository at this point in the history
…-config-jest-1.x

chore(deps): update dependency @form8ion/eslint-config-jest to v1.0.38 (master)
  • Loading branch information
travi authored Oct 11, 2021
2 parents 3db53c0 + cad423f commit 5cb080f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@form8ion/babel-preset": "1.6.70",
"@form8ion/commitlint-config": "1.0.21",
"@form8ion/eslint-config": "1.8.0",
"@form8ion/eslint-config-jest": "1.0.36",
"@form8ion/eslint-config-jest": "1.0.38",
"@form8ion/remark-lint-preset": "2.1.5",
"@travi/any": "2.0.18",
"ban-sensitive-files": "1.9.16",
Expand Down
2 changes: 1 addition & 1 deletion templates/canary.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
describe('canary test', () => {
it('should be configured correctly for jest to execute', async () => {
expect(true).toEqual(true);
expect(true).toBe(true);
});
});

0 comments on commit 5cb080f

Please sign in to comment.