Files
pnpm/test/package.json
Zoltan Kochan 7ccb9836a5 test: fix on Windows
EOLs are normalized before comparing expected
with actual output
2017-09-05 19:22:40 +03:00

14 lines
270 B
JSON

{
"scripts": {
"test": "ts-node index.ts",
"pretty-test": "ts-node index.ts | tap-diff"
},
"dependencies": {
"@types/tape": "^4.2.30",
"mos-tap-diff": "^1.0.0",
"normalize-newline": "^3.0.0",
"tape": "^4.8.0",
"ts-node": "^3.3.0"
}
}