summaryrefslogtreecommitdiff
path: root/test/helpers.js
diff options
context:
space:
mode:
authorGravatar duncanhealy <duncanhealy@users.noreply.github.com> 2021-04-12 16:20:58 +0100
committerGravatar GitHub <noreply@github.com> 2021-04-12 16:20:58 +0100
commit687ff5bacd8c776e514f53c4b59c3a67274d3971 (patch)
tree15e140d7d6c744c4b2096fea38d7f0e34fec8742 /test/helpers.js
parentcffde0192bf9965e94a217fa0a44a86fbfa33337 (diff)
downloadastro-687ff5bacd8c776e514f53c4b59c3a67274d3971.tar.gz
astro-687ff5bacd8c776e514f53c4b59c3a67274d3971.tar.zst
astro-687ff5bacd8c776e514f53c4b59c3a67274d3971.zip
chore fix lint reduce errors generated (#83)
* add dep domhandler imported in in src/build/static * lint and jsDoc error * move domhandler to devDep * chore: add package lock * escape string jsDoc * chore: add astro dep in until prism import is refactored * chore: add snowpack example package lock
Diffstat (limited to 'test/helpers.js')
-rw-r--r--test/helpers.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/helpers.js b/test/helpers.js
index c913ef912..764208c17 100644
--- a/test/helpers.js
+++ b/test/helpers.js
@@ -1,7 +1,7 @@
import { createRuntime } from '../lib/runtime.js';
import { loadConfig } from '../lib/config.js';
import * as assert from 'uvu/assert';
-
+/** setup fixtures for tests */
export function setup(Suite, fixturePath) {
let runtime, setupError;