@skyux-sdk/testing
v14.3.5
Published
This library was generated with [Nx](https://nx.dev).
Readme
testing
This library was generated with Nx.
Running unit tests
Run nx test testing to execute the unit tests.
Vitest setup
Add the following package subpath to your Vitest config setupFiles:
// vitest.config.ts
import { defineConfig } from 'vitest/config';
export default defineConfig({
test: {
setupFiles: ['@skyux-sdk/testing/vitest/matchers-setup.js'],
},
});