Files
meteor/tools/modern-tests/package.json
2025-09-02 10:13:39 +02:00

20 lines
455 B
JSON

{
"name": "meteor-modern-tests",
"version": "1.0.0",
"description": "Modern tests for Meteor",
"scripts": {
"test": "jest --config jest.config.js"
},
"devDependencies": {
"@babel/preset-env": "^7.21.3",
"babel-jest": "^29.0.0",
"cheerio": "^1.0.0-rc.12",
"execa": "^5.1.1",
"fs-extra": "^11.3.1",
"jest": "^29.0.0",
"jest-playwright-preset": "^3.0.1",
"playwright": "^1.55.0",
"wait-on": "^7.0.0"
}
}