Skip to content

Commit

Permalink
fix issue with tests
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrkulpinski committed Apr 26, 2024
1 parent 560d164 commit cbecba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/random/random.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { describe, expect, it } from "bun:test"

import { getRandomColor, getRandomProperty, getRandomString } from "./random"
import { getRandomColor, getRandomNumber, getRandomProperty, getRandomString } from "./random"

describe("getRandomColor", () => {
it("returns a string", () => {
Expand Down

0 comments on commit cbecba4

Please sign in to comment.