diff options
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 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; |