mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 13:38:18 -08:00
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:
parent
1d30ff5977
commit
c15cb7b483
11 changed files with 1068 additions and 137 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue