Skip to content

Commit

Permalink
πŸƒ change npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
petar-cvit committed Mar 16, 2024
1 parent 514a841 commit e4db49a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cyclops-ui/src/utils/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ describe("fileExtension", () => {
},
]

it("returns correct code highlight to text type", () => {
it("maps correct code highlight to text type", () => {
for (let i = 0; i < testCases.length; i++) {
expect(testCases[i].out).toBe(fileExtension(testCases[i].in))
}
Expand Down

0 comments on commit e4db49a

Please sign in to comment.