Skip to content

Commit 0a7dc18

Browse files
committed
Upgraded chance-generators
1 parent 480400f commit 0a7dc18

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"author": "Sune Simonsen",
1919
"license": "MIT",
2020
"devDependencies": {
21-
"chance-generators": "1.13.0",
21+
"chance-generators": "1.14.0",
2222
"eslint": "2.7.0",
2323
"eslint-config-onelint": "1.0.2",
2424
"lodash.escape": "3.1.0",

test/unexpected-check.spec.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -138,20 +138,20 @@ describe('unexpected-check', function () {
138138
});
139139
}, 'to be valid for all', arrays);
140140
}, 'to throw',
141-
'Ran 33 iterations and found 20 errors\n' +
141+
'Ran 64 iterations and found 20 errors\n' +
142142
'counterexample:\n' +
143143
'\n' +
144-
' Generated input: [ \'(\' ]\n' +
144+
' Generated input: [ \')\' ]\n' +
145145
'\n' +
146-
' expected [ \'(\' ] to have items satisfying\n' +
146+
' expected [ \')\' ] to have items satisfying\n' +
147147
' function (item) {\n' +
148148
' expect(item, \'not to match\', /[!@#$%^&*()_+]/);\n' +
149149
' }\n' +
150150
'\n' +
151151
' [\n' +
152-
' \'(\' // should not match /[!@#$%^&*()_+]/\n' +
152+
' \')\' // should not match /[!@#$%^&*()_+]/\n' +
153153
' //\n' +
154-
' // (\n' +
154+
' // )\n' +
155155
' // ^\n' +
156156
' ]');
157157
});

0 commit comments

Comments
 (0)