Skip to content

Commit ba89442

Browse files
authored
Merge pull request #42 from hirosystems/develop
Cut new release
2 parents 4b0f152 + 16c9616 commit ba89442

16 files changed

+1066
-70
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18
1+
22

jest.config.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
/*
2-
* For a detailed explanation regarding each configuration property, visit:
3-
* https://jestjs.io/docs/configuration
4-
*/
1+
// @ts-check
52

3+
/** @type {import('jest').Config} */
64
module.exports = {
75
// All imported modules in your tests should be mocked automatically
86
// automock: false,

0 commit comments

Comments
 (0)