Skip to content

Commit

Permalink
Run test env with updateSnapshot (#2674)
Browse files Browse the repository at this point in the history
* nit

* pds too
  • Loading branch information
haileyok authored Aug 1, 2024
1 parent c5c5203 commit 1419114
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/bsky/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "node --enable-source-maps dist/bin.js",
"test": "../dev-infra/with-test-redis-and-db.sh jest",
"test:log": "tail -50 test.log | pino-pretty",
"test:updateSnapshot": "jest --updateSnapshot",
"test:updateSnapshot": "../dev-infra/with-test-redis-and-db.sh jest --updateSnapshot",
"migration:create": "ts-node ./bin/migration-create.ts",
"buf:gen": "buf generate ../bsync/proto && buf generate ./proto"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/pds/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"test:sqlite": "jest",
"test:sqlite-only": "jest --testPathIgnorePatterns /tests/proxied/*",
"test:log": "tail -50 test.log | pino-pretty",
"test:updateSnapshot": "jest --updateSnapshot",
"test:updateSnapshot": "../dev-infra/with-test-redis-and-db.sh jest --updateSnapshot",
"migration:create": "ts-node ./bin/migration-create.ts"
},
"dependencies": {
Expand Down

0 comments on commit 1419114

Please sign in to comment.