@appsemble/node-utils
Version:
NodeJS utilities used by Appsemble internally.
7 lines • 310 B
JavaScript
// Importing a module here will break mocks for that module. Only add imports from `./src/*` here
// that are strictly necessary.
import { setLogLevel } from './logger.js';
import { setFixtureBase } from './testFixtures.js';
setFixtureBase(import.meta);
setLogLevel(0);
//# sourceMappingURL=vitest.setup.js.map