UNPKG

@0xsplits/splits-sdk

Version:

SDK for the 0xSplits protocol

11 lines 366 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var config_1 = require("vitest/config"); // https://vitest.dev/config/ exports.default = (0, config_1.defineConfig)({ test: { globalSetup: ['src/testing/vitest/globalSetup'], setupFiles: ['src/testing/vitest/setup'], }, }); //# sourceMappingURL=vitest.config.js.map