Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding transaction support #758

Merged
merged 13 commits into from
Jun 10, 2024
Merged
Prev Previous commit
Next Next commit
ci: ci: remove default test legacy flag
gsi-alejandro committed Feb 12, 2024
commit cb99faa8ba06a3bdc78d7f98f19ed5aeac9bf4f7
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@
"lint": "eslint '*/**/*.ts' --ignore-pattern '/lib/*' --quiet --fix",
"test": "jest --clearCache && jest -i",
"test:legacy": "jest --clearCache && OTTOMAN_LEGACY_TEST=1 jest -i",
"test:coverage": "jest --clearCache && OTTOMAN_LEGACY_TEST=1 jest -i --coverage",
"test:coverage": "jest --clearCache && jest -i --coverage",
"test:dev": "jest --watch",
"test:ready": "jest --clearCache && jest -i --coverage",
"prepare": "husky install"