Skip to content
This repository has been archived by the owner. It is now read-only.

Commit 00e4f2b

Browse files
authored
Merge pull request #33 from mocks-server/release
Update dependencies
2 parents 7bbd3d7 + 3a4b825 commit 00e4f2b

File tree

20 files changed

+743
-1538
lines changed

20 files changed

+743
-1538
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1010
### Fixed
1111
### Removed
1212

13+
## [1.0.4] - 2020-03-22
14+
### Changed
15+
- chore(deps): Update dependencies
16+
1317
## [1.0.3] - 2020-03-01
1418
### Changed
1519
- chore(deps): Add Cypress ^4.0.0 to peerDependencies

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ const register = require("./src/register");
66
register(Cypress);
77

88
module.exports = {
9-
config
9+
config,
1010
};

jest.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ module.exports = {
2020
branches: 100,
2121
functions: 100,
2222
lines: 100,
23-
statements: 100
24-
}
23+
statements: 100,
24+
},
2525
},
2626

2727
// The glob patterns Jest uses to detect test files
2828
testMatch: ["**/test/**/?(*.)+(spec|test).js?(x)"],
2929

3030
// The test environment that will be used for testing
31-
testEnvironment: "node"
31+
testEnvironment: "node",
3232
};

0 commit comments

Comments
 (0)