Skip to content

Commit

Permalink
Internal: Bumped mocha, fresh yarn.lock, aligned a failing test.
Browse files Browse the repository at this point in the history
  • Loading branch information
pomek committed Nov 28, 2022
1 parent 1268f1e commit b944984
Show file tree
Hide file tree
Showing 3 changed files with 947 additions and 1,112 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -78,7 +78,7 @@
"karma-webpack": "^5.0.0",
"lint-staged": "^10.5.4",
"lodash.isequal": "^4.5.0",
"mocha": "^7.2.0",
"mocha": "^10.1.0",
"postcss-loader": "^4.3.0",
"postcss-nesting": "^7.0.1",
"prop-types": "^15.7.2",
Expand Down
2 changes: 1 addition & 1 deletion tests/inspector/components/utils.js
Expand Up @@ -66,7 +66,7 @@ describe( 'Utils', () => {
foo: { value: 'bar' },
baz: { value: 'qux' },
[ Symbol( '42' ) ]: { value: 'abc' }
} ) ).to.deep.equal( {
} ) ).to.deep.include( {
foo: { value: '"bar"' },
baz: { value: '"qux"' },
[ Symbol( '42' ) ]: { value: '"abc"' }
Expand Down

0 comments on commit b944984

Please sign in to comment.