UNPKG

atomico

Version:

Atomico is a small library for the creation of interfaces based on web-components, only using functions and hooks.

14 lines (12 loc) 297 B
/** * @type {import("@web/test-runner").TestRunnerConfig} */ const config = { files: ["{src,html,tests,ssr}/**/*.test.js"], nodeResolve: true, coverage: true, coverageConfig: { exclude: ["./html.js", "./html/**/*", "./node_modules/**/*"] } }; export default config;