Skip to content

Commit 4e8ceca

Browse files
authored
Update README.md
1 parent d62b706 commit 4e8ceca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cypress-jest/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ Your `jest.config.js` should look like this:
2121
module.exports = {
2222
projects: [
2323
{
24-
displayName: 'cypress'
24+
displayName: 'cypress',
2525
runner: 'cypress-jest',
26-
testMatch: ['<rootDir>/**/*-cy.js'],
26+
testMatch: ['<rootDir>/**/*-cy.js']
2727
},
2828
{
2929
displayName: 'test' // Your other unit Tests with jest

0 commit comments

Comments
 (0)