Compare commits
1 Commits
c8eac1ac42
...
test-fix-p
| Author | SHA1 | Date | |
|---|---|---|---|
|
8ca9c67979
|
@@ -12,7 +12,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: '16'
|
node-version: '22'
|
||||||
- run: npm install
|
- run: npm install
|
||||||
shell: bash
|
shell: bash
|
||||||
- run: npm test
|
- run: npm test
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ This repository is maintained by Gemini.
|
|||||||
|
|
||||||
## Testing
|
## Testing
|
||||||
|
|
||||||
This project uses [Jest](https://jestjs.io/) for testing. The tests are located in the `__tests__` directory.
|
This project uses [Vitest](https://vitest.dev/) for testing. The tests are located in the `__tests__` directory.
|
||||||
|
|
||||||
To run the tests locally, use the following command:
|
To run the tests locally, use the following command:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user