Package: @lilith/ui-theme Split from: lilith/ui.git or lilith/build.git Publish workflow: calls lilith/workflows/.forgejo/workflows/publish-npm.yml@main
8 lines
146 B
TypeScript
8 lines
146 B
TypeScript
/// <reference types="vitest/config" />
|
|
|
|
export default {
|
|
test: {
|
|
environment: 'node',
|
|
exclude: ['dist/**', 'node_modules/**'],
|
|
},
|
|
};
|