We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 578c9b8 + b0cc4cb commit 39de1e6Copy full SHA for 39de1e6
jest.config.js
@@ -22,4 +22,7 @@ module.exports = {
22
"^src": "<rootDir>/src",
23
"^lib": "<rootDir>/src/lib",
24
},
25
+ // This is only false by default if there are multiple test files, so we have to force this to be false
26
+ // https://jestjs.io/docs/configuration#verbose-boolean
27
+ verbose: false,
28
}
license.txt
@@ -1,6 +1,6 @@
1
MIT License
2
3
-Copyright © 2020, Jaid <jaid.jsx@gmail.com> (https://github.com/jaid)
+Copyright © 2021, Jaid <jaid.jsx@gmail.com> (https://github.com/jaid)
4
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
of this software and associated documentation files (the "Software"), to deal
0 commit comments