diff options
author | 2021-04-19 20:14:27 +0000 | |
---|---|---|
committer | 2021-04-19 20:14:27 +0000 | |
commit | f6f01a7d7b01736dbbf921bc1ec12ed3c8412630 (patch) | |
tree | 6482ef3a00597b0d4b012ecacd5b0d8fe5802156 /test/helpers.js | |
parent | cc1a318c415fddfe1afd0c526e52ff112c5dd1b2 (diff) | |
download | astro-f6f01a7d7b01736dbbf921bc1ec12ed3c8412630.tar.gz astro-f6f01a7d7b01736dbbf921bc1ec12ed3c8412630.tar.zst astro-f6f01a7d7b01736dbbf921bc1ec12ed3c8412630.zip |
[ci] npm run format
Diffstat (limited to 'test/helpers.js')
-rw-r--r-- | test/helpers.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/helpers.js b/test/helpers.js index ab4c28f30..6d6904004 100644 --- a/test/helpers.js +++ b/test/helpers.js @@ -56,4 +56,4 @@ export function setupBuild(Suite, fixturePath) { Suite('No errors creating a runtime', () => { assert.equal(setupError, undefined); }); -}
\ No newline at end of file +} |