diff options
author | 2025-02-06 13:24:08 +0000 | |
---|---|---|
committer | 2025-02-06 13:24:08 +0000 | |
commit | 2000f523d19896095b0f75a345db9096d0344ef1 (patch) | |
tree | 3d2a104edc1a73bad1689d4d5140ffd6ef17f215 /packages/integrations/netlify/test/hosted/hosted.test.js | |
parent | 64c9a1e23a3baa1c3f61f2f8483a3ad908881acc (diff) | |
download | astro-2000f523d19896095b0f75a345db9096d0344ef1.tar.gz astro-2000f523d19896095b0f75a345db9096d0344ef1.tar.zst astro-2000f523d19896095b0f75a345db9096d0344ef1.zip |
chore: fix tests and build
Diffstat (limited to 'packages/integrations/netlify/test/hosted/hosted.test.js')
-rw-r--r-- | packages/integrations/netlify/test/hosted/hosted.test.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/netlify/test/hosted/hosted.test.js b/packages/integrations/netlify/test/hosted/hosted.test.js index 2c40e3a69..b8562ce82 100644 --- a/packages/integrations/netlify/test/hosted/hosted.test.js +++ b/packages/integrations/netlify/test/hosted/hosted.test.js @@ -1,5 +1,5 @@ import * as assert from 'node:assert/strict'; -import { before, describe, it } from 'node:test'; +import { describe, it } from 'node:test'; const NETLIFY_TEST_URL = 'https://curious-boba-495d6d.netlify.app'; |