Skip to content
This repository has been archived by the owner on Sep 4, 2023. It is now read-only.

Commit

Permalink
fix: update jasmine2-atom-matchers to v1.1.4 (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech committed Jun 16, 2020
1 parent bcaf1de commit 79ac41b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/spec-helper/spec-helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default async function (options, setupView) {
}

if (all || options.customMatchers) {
await install("jasmine2-atom-matchers", "^1.1.3");
await install("jasmine2-atom-matchers", "^1.1.4");
}

if (all || options.jasmineJson) {
Expand Down

0 comments on commit 79ac41b

Please sign in to comment.