Skip to content

Commit 35dd755

Browse files
committed
Merge branch 'master' of github.com:Jaid/read-file-string
2 parents 4cc943e + 5e7a448 commit 35dd755

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

jest.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,7 @@ module.exports = {
2222
"^src": "<rootDir>/src",
2323
"^lib": "<rootDir>/src/lib",
2424
},
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,
2528
}

license.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright © 2020, Jaid <[email protected]> (https://github.com/jaid)
3+
Copyright © 2021, Jaid <[email protected]> (https://github.com/jaid)
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)