Change survey data loader spec to use factorybot objects instead of loading seeds. Change databasecleaner to use transaction. Add back babel-preset dependency to fix failing javascript test in production.

This commit is contained in:
rebuilt 2023-03-23 15:06:17 -07:00
parent 1d30ff5977
commit c15cb7b483
11 changed files with 1068 additions and 137 deletions

View file

@ -6,6 +6,10 @@
},
"private": "true",
"dependencies": {
"@babel/core": "^7.0.0-0",
"@babel/helper-compilation-targets": "7.20.7",
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "7.20.7",
"@babel/preset-env": "^7.20.2",
"@fortawesome/fontawesome-free": "^6.0.0-beta3",
"@hotwired/stimulus": "^3.0.1",
"@hotwired/turbo-rails": "^7.1.1",