diff options
| author | Uri Shaked | 2020-05-26 11:30:26 +0300 |
|---|---|---|
| committer | Uri Shaked | 2020-05-26 11:30:26 +0300 |
| commit | a5a6b77b13922fe11b7213a19a907f6a70b328eb (patch) | |
| tree | 21bea97127ecea9f189314d49a85228597642e8e /jest.config.js | |
| parent | chore(demo): disable strict null checks in tsconfig (diff) | |
| download | avr8js-a5a6b77b13922fe11b7213a19a907f6a70b328eb.tar.gz avr8js-a5a6b77b13922fe11b7213a19a907f6a70b328eb.tar.bz2 avr8js-a5a6b77b13922fe11b7213a19a907f6a70b328eb.zip | |
style: reformat jest.config.js with prettier
Diffstat (limited to '')
| -rw-r--r-- | jest.config.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/jest.config.js b/jest.config.js index b7a3dcd..e972c2d 100644 --- a/jest.config.js +++ b/jest.config.js @@ -3,7 +3,7 @@ module.exports = { testEnvironment: 'node', globals: { 'ts-jest': { - tsConfig: 'tsconfig.spec.json' - } - } + tsConfig: 'tsconfig.spec.json', + }, + }, }; |
