Skip to content

Commit

Permalink
fix(canary-test): updated the canary test template to align with upda…
Browse files Browse the repository at this point in the history
…ted lint rules
  • Loading branch information
travi committed Oct 11, 2021
1 parent 7269095 commit cad423f
Showing 1 changed file with 1 addition and 1 deletion.
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 cad423f

Please sign in to comment.