mirror of
https://github.com/dorny/test-reporter.git
synced 2026-02-03 11:45:22 -08:00
Compare commits
2 Commits
copilot/in
...
feature/63
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9c4a54379f | ||
|
|
4d84da17a1 |
@@ -1,15 +0,0 @@
|
|||||||
---
|
|
||||||
applyTo: '**'
|
|
||||||
---
|
|
||||||
|
|
||||||
Instructions:
|
|
||||||
|
|
||||||
- Ensure Node.js 20 is installed and used for all development and CI tasks.
|
|
||||||
- Do not update the Node.js runtime to versions newer than 20.
|
|
||||||
- Install all dependencies using `npm install`.
|
|
||||||
- Use TypeScript for all source code; ensure `tsconfig.json` is present and configured.
|
|
||||||
- Use `npm test` to run tests; ensure all tests pass before committing changes.
|
|
||||||
- Validate changes by running `npm run all` before submitting pull requests or merging.
|
|
||||||
- This project is a GitHub Actions action; ensure compatibility with GitHub Actions workflows.
|
|
||||||
- After validating changes, create a new commit with the `dist/` directory included.
|
|
||||||
- Document any changes to the action's inputs, outputs, or behavior in the README.
|
|
||||||
@@ -32,6 +32,6 @@ describe('parseNetDuration', () => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
it('throws when string has invalid format', () => {
|
it('throws when string has invalid format', () => {
|
||||||
expect(() => parseNetDuration('12:34:56 not a duration')).toThrowError(/^Invalid format/)
|
expect(() => parseNetDuration('12:34:56 not a duration')).toThrow(/^Invalid format/)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|||||||
4889
package-lock.json
generated
4889
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -61,8 +61,7 @@
|
|||||||
"eslint-plugin-import": "^2.32.0",
|
"eslint-plugin-import": "^2.32.0",
|
||||||
"eslint-plugin-jest": "^28.14.0",
|
"eslint-plugin-jest": "^28.14.0",
|
||||||
"eslint-plugin-prettier": "^5.5.1",
|
"eslint-plugin-prettier": "^5.5.1",
|
||||||
"jest": "^29.7.0",
|
"jest": "^30.0.4",
|
||||||
"jest-circus": "^29.7.0",
|
|
||||||
"jest-junit": "^16.0.0",
|
"jest-junit": "^16.0.0",
|
||||||
"js-yaml": "^4.1.0",
|
"js-yaml": "^4.1.0",
|
||||||
"prettier": "^3.6.2",
|
"prettier": "^3.6.2",
|
||||||
|
|||||||
Reference in New Issue
Block a user