0.0.15 • Published 1 year ago

@fethcat/tests v0.0.15

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Fethcat tests

Usage

Install package:

pnpm add @fethcat/tests

Install peerDependencies:

pnpm add vitest @vitest/coverage-v8 

Define test config:

import { defineTestConfig } from '@fethcat/tests'
import { defineConfig } from 'vitest/config'

export default defineConfig({
  test: defineTestConfig(),
})

Define custom test config:

import { defineTestConfig } from '@fethcat/tests'
import { defineConfig } from 'vitest/config'

export default defineConfig({
  test: defineTestConfig({
    setupFiles: [],
  }),
})

Available configurations: https://vitest.dev/config/

0.0.13

1 year ago

0.0.14

1 year ago

0.0.15

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.1

2 years ago