summaryrefslogtreecommitdiff
path: root/packages/integrations/netlify/test/setup.js
diff options
context:
space:
mode:
authorGravatar Matthew Phillips <matthew@skypack.dev> 2023-09-28 04:48:26 +0800
committerGravatar GitHub <noreply@github.com> 2023-09-27 16:48:26 -0400
commit4ed410db507723d8f8edd70aec508415d77ad2f5 (patch)
treedd876939fc708358d0675ba159e0a1d9af0fcd79 /packages/integrations/netlify/test/setup.js
parenta10a798c18512796d2c8b8ed49924dafd884e04c (diff)
downloadastro-4ed410db507723d8f8edd70aec508415d77ad2f5.tar.gz
astro-4ed410db507723d8f8edd70aec508415d77ad2f5.tar.zst
astro-4ed410db507723d8f8edd70aec508415d77ad2f5.zip
Remove Netlify adapter from core (#8574)
* New link * More explicit * Add placeholder package.json * lockfile * add keyworkds
Diffstat (limited to 'packages/integrations/netlify/test/setup.js')
-rw-r--r--packages/integrations/netlify/test/setup.js12
1 files changed, 0 insertions, 12 deletions
diff --git a/packages/integrations/netlify/test/setup.js b/packages/integrations/netlify/test/setup.js
deleted file mode 100644
index c53aa9894..000000000
--- a/packages/integrations/netlify/test/setup.js
+++ /dev/null
@@ -1,12 +0,0 @@
-import { use } from 'chai';
-import chaiJestSnapshot from 'chai-jest-snapshot';
-
-use(chaiJestSnapshot);
-
-before(function () {
- chaiJestSnapshot.resetSnapshotRegistry();
-});
-
-beforeEach(function () {
- chaiJestSnapshot.configureUsingMochaContext(this);
-});