Skip to content

Commit

Permalink
fix test and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor-Vuk committed Oct 1, 2024
1 parent 9533c55 commit a19eda8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Interactive 3D Map, improved with custom models
- `typescript`
- `three`, `react-three/drei` and `react-three-fiber` installed and configure
- `vite` and `vite.config.js` file. `Rollup` is used for bundling
- `tests`configured tests(vitest) for use with typescript
- `tests`configured tests(vitest) for use with typescript. Added node.js.yml file to trigger github actions and run tests on push to main branch.
- `leva` GUI installed and configured to be used with basic features needed for webgl. Make your scene perfect using leva controls for:

- _canvas control_
Expand Down
2 changes: 1 addition & 1 deletion src/contentComponents/regularComponents/Menu/menu.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ describe("Menu Component", () => {
})

const GitHubLink = await screen.findByRole("link", {
name: /GitHub2/i,
name: /GitHub/i,
})

const expectedLinkedInAttributes = {
Expand Down

0 comments on commit a19eda8

Please sign in to comment.