mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
17 lines
384 B
JSON
17 lines
384 B
JSON
{
|
|
"name": "meteor-unit-tests",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "Isolated Jest environment for Meteor unit tests",
|
|
"scripts": {
|
|
"test": "jest --config jest.config.js --passWithNoTests"
|
|
},
|
|
"devDependencies": {
|
|
"@swc/core": "^1.15.18",
|
|
"@swc/jest": "^0.2.39",
|
|
"jest": "^30.2.0",
|
|
"semver": "^7.7.2",
|
|
"underscore": "^1.13.7"
|
|
}
|
|
}
|