Skip to content

Commit

Permalink
remove old transform
Browse files Browse the repository at this point in the history
  • Loading branch information
MikesGlitch committed Jan 12, 2025
1 parent fadb04e commit 5f2f3c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions packages/sync-server/jest.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,5 @@
],
"coverageReporters": ["html", "lcov", "text", "text-summary"],
"resetMocks": true,
"restoreMocks": true,
"transformIgnorePatterns": [
"<rootDir>/node_modules/(?!@actual-app/)",
"<rootDir>/node_modules/(?!@actual-app/crdt)"
]
"restoreMocks": true
}
2 changes: 1 addition & 1 deletion packages/sync-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lint": "eslint . --max-warnings 0",
"lint:fix": "eslint . --fix",
"build": "tsc",
"test": "NODE_ENV=test NODE_OPTIONS='--experimental-vm-modules --trace-warnings' jest --coverage",
"test": "NODE_ENV=test NODE_OPTIONS='--experimental-vm-modules --trace-warnings' jest --coverage",
"db:migrate": "NODE_ENV=development node src/run-migrations.js up",
"db:downgrade": "NODE_ENV=development node src/run-migrations.js down",
"db:test-migrate": "NODE_ENV=test node src/run-migrations.js up",
Expand Down

0 comments on commit 5f2f3c5

Please sign in to comment.