Skip to content

Commit

Permalink
spec: rename file (#68)
Browse files Browse the repository at this point in the history
Co-authored-by: Almanov Nikita <131481562+nikkeyl@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and nikkeyl authored Aug 9, 2024
1 parent c1a921a commit 3993002
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { defineConfig } from 'vitest/config';

export default defineConfig({
test: {
include: ['specs/**/*.spec-d.ts'],
include: ['specs/**/*.spec.ts'],
watch: false,
coverage: {
all: false,
Expand Down

0 comments on commit 3993002

Please sign in to comment.