Skip to content

Commit aee7484

Browse files
committed
disable spread guards
1 parent 2dff286 commit aee7484

File tree

3 files changed

+844
-9
lines changed

3 files changed

+844
-9
lines changed

_tests/smoke.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ describe('memoize-proxy', () => {
462462
expect(isThisPure(() => fun3(array))).to.be.true;
463463
});
464464

465-
it('should report about spread operator', () => {
465+
it.skip('should report about spread operator', () => {
466466
const mapState = ({a, ...rest}) => rest;
467467
const fn = memoize(mapState);
468468
const spy = sinon.stub(console, "warn");

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@
5454
"homepage": "https://github.com/theKashey/memoize-state#readme",
5555
"dependencies": {
5656
"function-double": "^1.0.4",
57-
"proxyequal": "^2.0.1"
57+
"proxyequal": "^2.0.3"
5858
}
5959
}

0 commit comments

Comments
 (0)