@skyux-sdk/testing
Version:
This library was generated with [Nx](https://nx.dev).
23 lines (15 loc) • 418 B
Markdown
This library was generated with [Nx](https://nx.dev).
Run `nx test testing` to execute the unit tests.
Add the following package subpath to your Vitest config `setupFiles`:
```ts
// vitest.config.ts
import { defineConfig } from 'vitest/config';
export default defineConfig({
test: {
setupFiles: ['@skyux-sdk/testing/vitest/matchers-setup.js'],
},
});
```