File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 66 " @radix-ui/**" ,
77 " react-router" ,
88 " stream/consumers" ,
9- " node:stream/consumers"
9+ " node:stream/consumers" ,
10+ " node:test"
1011 ],
1112 "tailwindCSS.experimental.classRegex" : [[" cn\\ (([^)]*)\\ )" ]]
1213}
Original file line number Diff line number Diff line change 1+ import 'dotenv/config'
2+ import 'source-map-support/register.js'
13import './setup-env-vars.ts'
2- import { afterAll , afterEach , expect } from 'vitest'
4+
35import { installGlobals } from '@remix-run/node'
4- import { matchers } from './matchers.cjs'
5- import 'dotenv/config'
66import fs from 'fs'
7+ import { afterAll , afterEach , expect } from 'vitest'
8+ import { prisma } from '~/utils/db.server.ts'
9+ import { matchers } from './matchers.cjs'
710import { BASE_DATABASE_PATH , DATABASE_PATH } from './paths.ts'
811import { deleteAllData } from './utils.ts'
9- import { prisma } from '~/utils/db.server.ts'
1012
1113expect . extend ( matchers )
1214
You can’t perform that action at this time.
0 commit comments