From 3993002352852a9838dc96c0ab75b34eee3f7806 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 10:58:21 +0300 Subject: [PATCH] spec: rename file (#68) Co-authored-by: Almanov Nikita <131481562+nikkeyl@users.noreply.github.com> --- specs/{define-config.spec-d.ts => define-config.spec.ts} | 0 vitest.config.ts | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename specs/{define-config.spec-d.ts => define-config.spec.ts} (100%) diff --git a/specs/define-config.spec-d.ts b/specs/define-config.spec.ts similarity index 100% rename from specs/define-config.spec-d.ts rename to specs/define-config.spec.ts diff --git a/vitest.config.ts b/vitest.config.ts index 20b2299..0b2545b 100644 --- a/vitest.config.ts +++ b/vitest.config.ts @@ -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,