Skip to content

Commit

Permalink
chore(deps): update jest monorepo to v29 (major) (#844)
Browse files Browse the repository at this point in the history
* chore(deps): update jest monorepo to v29

* test: update snapshot formatting

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Gareth Jones <jones258@gmail.com>
  • Loading branch information
renovate[bot] and G-Rath authored Sep 15, 2023
1 parent b15a80e commit 539a78d
Show file tree
Hide file tree
Showing 4 changed files with 469 additions and 533 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,15 +121,15 @@
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^9.0.1",
"@types/jest": "^27.5.2",
"@types/jest": "^29.0.0",
"@types/node": "^10.17.60",
"app-root-path": "^3.1.0",
"assert": "^2.0.0",
"buffer": "^6.0.3",
"html-webpack-plugin": "^5.5.3",
"husky": "^8.0.1",
"isomorphic-git": "^1.24.2",
"jest": "^28.1.1",
"jest": "^29.0.0",
"path-browserify": "^1.0.1",
"prettier": "^2.7.1",
"pretty-quick": "^3.1.3",
Expand Down
2 changes: 1 addition & 1 deletion src/__tests__/volume/__snapshots__/writeSync.test.ts.snap
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`.writeSync(fd, buffer, offset, length, position) Write string to file 1`] = `
Object {
{
"/foo": "test",
}
`;
6 changes: 3 additions & 3 deletions src/crud-to-cas/__tests__/__snapshots__/CrudCas.test.ts.snap
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`CrudCas on FsaCrud .put() can store a blob 1`] = `
Object {
{
"/ed/46/2aae6c35c94fcfb415dbe95f408b9ce91ee846ed": "hello world",
}
`;

exports[`CrudCas on NodeCrud at in sub-folder .put() can store a blob 1`] = `
Object {
{
"/a/b/c/ed/46/2aae6c35c94fcfb415dbe95f408b9ce91ee846ed": "hello world",
}
`;

exports[`CrudCas on NodeCrud at root .put() can store a blob 1`] = `
Object {
{
"/ed/46/2aae6c35c94fcfb415dbe95f408b9ce91ee846ed": "hello world",
}
`;
Loading

0 comments on commit 539a78d

Please sign in to comment.