We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee53a29 commit 06b08c9Copy full SHA for 06b08c9
package.json
@@ -36,9 +36,9 @@
36
"lodash.transform": "4.x.x"
37
},
38
"devDependencies": {
39
- "code": "2.x.x",
+ "code": "4.x.x",
40
"coveralls": "2.x.x",
41
- "lab": "10.x.x"
+ "lab": "11.x.x"
42
43
"engines": {
44
"node": ">=4.0.0"
test/index.js
@@ -30,7 +30,7 @@ lab.experiment('Nvpqs', () => {
30
const output = Nvpqs.parse(Qs.stringify(NVPStub));
31
32
Code.expect(output).to.be.an.object();
33
- Code.expect(output).to.deep.equal(ObjectStub);
+ Code.expect(output).to.equal(ObjectStub);
34
return done();
35
});
0 commit comments