Skip to content

Commit

Permalink
Exclude node_modules i vitest.config
Browse files Browse the repository at this point in the history
  • Loading branch information
frodehansen2 committed Sep 23, 2024
1 parent 3aa6118 commit ed8b454
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion apps/dine-pleiepenger/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { defineConfig } from 'vitest/config';

export default defineConfig({
test: {
exclude: ['./e2e/**/*', './build/**/*', './dist/**/*', '**/*.spec.tsx'],
exclude: ['./e2e/**/*', './build/**/*', './dist/**/*', '**/*.spec.tsx', 'node_modules'],
globals: true,
environment: 'jsdom',
css: false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { defineConfig } from 'vitest/config';

export default defineConfig({
test: {
exclude: ['./e2e/**/*', './build/**/*', './dist/**/*', '**/*.spec.tsx'],
exclude: ['./e2e/**/*', './build/**/*', './dist/**/*', '**/*.spec.tsx', 'node_modules'],
globals: true,
environment: 'jsdom',
css: false,
Expand Down
2 changes: 1 addition & 1 deletion apps/endringsmelding-pleiepenger/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { defineConfig } from 'vitest/config';

export default defineConfig({
test: {
exclude: ['./e2e/**/*', './build/**/*', './dist/**/*', '**/*.spec.tsx'],
exclude: ['./e2e/**/*', './build/**/*', './dist/**/*', '**/*.spec.tsx', 'node_modules'],
globals: true,
environment: 'jsdom',
css: false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { defineConfig } from 'vitest/config';

export default defineConfig({
test: {
exclude: ['./e2e/**/*', './build/**/*', './dist/**/*', '**/*.spec.tsx'],
exclude: ['./e2e/**/*', './build/**/*', './dist/**/*', '**/*.spec.tsx', 'node_modules'],
globals: true,
environment: 'jsdom',
css: false,
Expand Down
2 changes: 1 addition & 1 deletion apps/omsorgspengerutbetaling-soknad/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { defineConfig } from 'vitest/config';

export default defineConfig({
test: {
exclude: ['./e2e/**/*', './build/**/*', './dist/**/*', '**/*.spec.tsx', '**/*.spec.ts'],
exclude: ['./e2e/**/*', './build/**/*', './dist/**/*', '**/*.spec.tsx', '**/*.spec.ts', 'node_modules'],
globals: true,
environment: 'jsdom',
css: false,
Expand Down
2 changes: 1 addition & 1 deletion apps/omsorgspengesoknad/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { defineConfig } from 'vitest/config';

export default defineConfig({
test: {
exclude: ['./e2e/**/*', './build/**/*', './dist/**/*', '**/*.spec.tsx'],
exclude: ['./e2e/**/*', './build/**/*', './dist/**/*', '**/*.spec.tsx', 'node_modules'],
globals: true,
environment: 'jsdom',
css: false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { defineConfig } from 'vitest/config';

export default defineConfig({
test: {
exclude: ['./e2e/**/*', './build/**/*', './dist/**/*', '**/*.spec.tsx'],
exclude: ['./e2e/**/*', './build/**/*', './dist/**/*', '**/*.spec.tsx', 'node_modules'],
globals: true,
environment: 'jsdom',
css: false,
Expand Down
2 changes: 1 addition & 1 deletion apps/pleiepenger-sykt-barn/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import * as path from 'path';

export default defineConfig({
test: {
exclude: ['./e2e/**/*', './build/**/*', './dist/**/*', '**/*.spec.tsx'],
exclude: ['./e2e/**/*', './build/**/*', './dist/**/*', '**/*.spec.tsx', 'node_modules'],
globals: true,
environment: 'jsdom',
css: false,
Expand Down
2 changes: 1 addition & 1 deletion apps/sif-ettersending/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { defineConfig } from 'vitest/config';

export default defineConfig({
test: {
exclude: ['./e2e/**/*', './build/**/*', './dist/**/*', '**/*.spec.tsx'],
exclude: ['./e2e/**/*', './build/**/*', './dist/**/*', '**/*.spec.tsx', 'node_modules'],
globals: true,
environment: 'jsdom',
css: false,
Expand Down
2 changes: 1 addition & 1 deletion packages/sif-common-core-ds/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { defineConfig } from 'vitest/config';

export default defineConfig({
test: {
exclude: ['./e2e/**/*', './build/**/*', './dist/**/*', '**/*.spec.tsx'],
exclude: ['./e2e/**/*', './build/**/*', './dist/**/*', '**/*.spec.tsx', 'node_modules'],
globals: true,
environment: 'jsdom',
css: false,
Expand Down
2 changes: 1 addition & 1 deletion packages/sif-common-formik-ds/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { defineConfig } from 'vitest/config';

export default defineConfig({
test: {
exclude: ['./e2e/**/*', './build/**/*', './dist/**/*', '**/*.spec.tsx'],
exclude: ['./e2e/**/*', './build/**/*', './dist/**/*', '**/*.spec.tsx', 'node_modules'],
globals: true,
environment: 'jsdom',
css: false,
Expand Down
2 changes: 1 addition & 1 deletion packages/sif-common-forms-ds/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { defineConfig } from 'vitest/config';

export default defineConfig({
test: {
exclude: ['./e2e/**/*', './build/**/*', './dist/**/*', '**/*.spec.tsx'],
exclude: ['./e2e/**/*', './build/**/*', './dist/**/*', '**/*.spec.tsx', 'node_modules'],
globals: true,
environment: 'jsdom',
css: false,
Expand Down
2 changes: 1 addition & 1 deletion packages/sif-common-utils/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { defineConfig } from 'vitest/config';

export default defineConfig({
test: {
exclude: ['./e2e/**/*', './build/**/*', './dist/**/*', '**/*.spec.tsx'],
exclude: ['./e2e/**/*', './build/**/*', './dist/**/*', '**/*.spec.tsx', 'node_modules'],
globals: true,
environment: 'jsdom',
css: false,
Expand Down

0 comments on commit ed8b454

Please sign in to comment.