summaryrefslogtreecommitdiff
path: root/packages/integrations/netlify/test/setup.js
diff options
context:
space:
mode:
authorGravatar alexanderniebuhr <alexanderniebuhr@users.noreply.github.com> 2023-10-16 14:10:41 +0000
committerGravatar astrobot-houston <fred+astrobot@astro.build> 2023-10-16 14:10:41 +0000
commit3d1329414e507345b19e1dee81fe1bbff4eb3ae0 (patch)
tree69c822b1dc12f177b4919337109e6300a04df91d /packages/integrations/netlify/test/setup.js
parent63977f5e438062b7e9302b8feff41b662bfa6231 (diff)
downloadastro-3d1329414e507345b19e1dee81fe1bbff4eb3ae0.tar.gz
astro-3d1329414e507345b19e1dee81fe1bbff4eb3ae0.tar.zst
astro-3d1329414e507345b19e1dee81fe1bbff4eb3ae0.zip
[ci] format
Diffstat (limited to 'packages/integrations/netlify/test/setup.js')
-rw-r--r--packages/integrations/netlify/test/setup.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/integrations/netlify/test/setup.js b/packages/integrations/netlify/test/setup.js
index c53aa9894..e7e74f42f 100644
--- a/packages/integrations/netlify/test/setup.js
+++ b/packages/integrations/netlify/test/setup.js
@@ -1,12 +1,12 @@
-import { use } from 'chai';
-import chaiJestSnapshot from 'chai-jest-snapshot';
+import { use } from "chai";
+import chaiJestSnapshot from "chai-jest-snapshot";
use(chaiJestSnapshot);
before(function () {
- chaiJestSnapshot.resetSnapshotRegistry();
+ chaiJestSnapshot.resetSnapshotRegistry();
});
beforeEach(function () {
- chaiJestSnapshot.configureUsingMochaContext(this);
+ chaiJestSnapshot.configureUsingMochaContext(this);
});