diff --git a/webapp/platform/components/package.json b/webapp/platform/components/package.json index b748a0c1af..ef980701f7 100644 --- a/webapp/platform/components/package.json +++ b/webapp/platform/components/package.json @@ -9,6 +9,7 @@ "build": "rollup -c", "run": "rollup -c --watch", "test": "cross-env TZ=Etc/UTC jest", + "test-ci": "cross-env TZ=Etc/UTC jest", "clean": "rm -rf dist node_modules tsconfig.tsbuildinfo .rollup.cache" }, "devDependencies": { diff --git a/webapp/platform/components/src/generic_modal/__snapshots__/legacy_generic_modal.test.tsx.snap b/webapp/platform/components/src/generic_modal/__snapshots__/generic_modal.test.tsx.snap similarity index 92% rename from webapp/platform/components/src/generic_modal/__snapshots__/legacy_generic_modal.test.tsx.snap rename to webapp/platform/components/src/generic_modal/__snapshots__/generic_modal.test.tsx.snap index c43b2c8d65..6946242609 100644 --- a/webapp/platform/components/src/generic_modal/__snapshots__/legacy_generic_modal.test.tsx.snap +++ b/webapp/platform/components/src/generic_modal/__snapshots__/generic_modal.test.tsx.snap @@ -1,6 +1,6 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP -exports[`LegacyGenericModal should match snapshot for base case 1`] = ` +exports[`GenericModal should match snapshot for base case 1`] = ` Object { "asFragment": [Function], "baseElement": -
-