aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUri Shaked2020-05-26 11:30:26 +0300
committerUri Shaked2020-05-26 11:30:26 +0300
commita5a6b77b13922fe11b7213a19a907f6a70b328eb (patch)
tree21bea97127ecea9f189314d49a85228597642e8e
parentchore(demo): disable strict null checks in tsconfig (diff)
downloadavr8js-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.js6
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',
+ },
+ },
};