[READ-ONLY] Mirror of https://github.com/vitest-dev/vitest. Next generation testing framework powered by Vite. vitest.dev
test testing-tools vite
12

Configure Feed

Select the types of activity you want to include in your feed.

chore: update package.json

Vladimir Sheremet (Nov 10, 2023, 1:24 PM +0100) 2aafabc6 dd7ae1f4

+2 -1
+1 -1
test/test-utils/package.json
··· 1 1 { 2 2 "name": "@vitest/test-utils", 3 + "type": "module", 3 4 "private": true, 4 5 "main": "./index.ts", 5 - "type": "module", 6 6 "scripts": { 7 7 "test": "echo \"No tests\"" 8 8 },
+1
test/core/src/external/package.json
··· 1 + { "type": "commonjs" }