diff options
author | 2021-04-16 13:15:27 -0400 | |
---|---|---|
committer | 2021-04-16 13:15:27 -0400 | |
commit | 58c499dc854b5f8173c95016b1c5da4145cccd96 (patch) | |
tree | 8aba772e5aaaa8b2520499a30e683fea1a460db5 /test/snowpack-integration.test.js | |
parent | 2a7aa765b47c2d3acd038224ea167c54de910f29 (diff) | |
download | astro-58c499dc854b5f8173c95016b1c5da4145cccd96.tar.gz astro-58c499dc854b5f8173c95016b1c5da4145cccd96.tar.zst astro-58c499dc854b5f8173c95016b1c5da4145cccd96.zip |
Pass mode into snowpack runtime (#99)
* Pass the `mode` through to snowpack
This allows the production packages to be prepared.
* Use snowpack 3.3.1
* Update path to prism loadComponents external ref
* Upgrade to snowpack 3.3.2
Diffstat (limited to 'test/snowpack-integration.test.js')
-rw-r--r-- | test/snowpack-integration.test.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/snowpack-integration.test.js b/test/snowpack-integration.test.js index 9a29bf16e..d48aa1a1f 100644 --- a/test/snowpack-integration.test.js +++ b/test/snowpack-integration.test.js @@ -5,7 +5,6 @@ import { createRuntime } from '../lib/runtime.js'; import { loadConfig } from '../lib/config.js'; import { promises as fsPromises } from 'fs'; import { relative as pathRelative } from 'path'; -import { doc } from './test-utils.js'; const { readdir, stat } = fsPromises; |