Skip to content
This repository was archived by the owner on Mar 28, 2022. It is now read-only.

Commit 8e3e56e

Browse files
committed
style(lint): Adapt style to new prettier version
1 parent db7a7cf commit 8e3e56e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jest.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ module.exports = {
2020
branches: 100,
2121
functions: 100,
2222
lines: 100,
23-
statements: 100
24-
}
23+
statements: 100,
24+
},
2525
},
2626

2727
// The glob patterns Jest uses to detect test files
2828
testMatch: ["**/test/**/?(*.)+(spec|test).js?(x)"],
2929

3030
// The test environment that will be used for testing
31-
testEnvironment: "node"
31+
testEnvironment: "node",
3232
};

0 commit comments

Comments
 (0)