diff options
author | 2023-08-11 14:11:56 +0000 | |
---|---|---|
committer | 2023-08-11 14:11:56 +0000 | |
commit | 6fafb3d15d75209bce5f2d1f3a627f3e05123fb9 (patch) | |
tree | 56ae11dad74e661af0cd12bf9f3c16bb2bbf661d /packages/integrations/netlify/test/functions/builders.test.js | |
parent | f974c95a27ccbf91adbc66f6f1433f4cf11be33e (diff) | |
download | astro-6fafb3d15d75209bce5f2d1f3a627f3e05123fb9.tar.gz astro-6fafb3d15d75209bce5f2d1f3a627f3e05123fb9.tar.zst astro-6fafb3d15d75209bce5f2d1f3a627f3e05123fb9.zip |
[ci] format
Diffstat (limited to 'packages/integrations/netlify/test/functions/builders.test.js')
-rw-r--r-- | packages/integrations/netlify/test/functions/builders.test.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/netlify/test/functions/builders.test.js b/packages/integrations/netlify/test/functions/builders.test.js index 5043b0ce0..d47af92c0 100644 --- a/packages/integrations/netlify/test/functions/builders.test.js +++ b/packages/integrations/netlify/test/functions/builders.test.js @@ -12,7 +12,7 @@ describe('Builders', () => { output: 'server', adapter: netlifyAdapter({ dist: new URL('./fixtures/builders/dist/', import.meta.url), - builders: true + builders: true, }), site: `http://example.com`, integrations: [testIntegration()], |