forked from mirrored/github-readme-stats
refactor: move operations into separate module (#4582)
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
This commit is contained in:
co-authored by
Alexandr
parent
6d1a5e51bc
commit
e158f0d27f
+2
-1
@@ -3,7 +3,8 @@
|
||||
import { describe, expect, it } from "@jest/globals";
|
||||
import { queryByTestId } from "@testing-library/dom";
|
||||
import "@testing-library/jest-dom";
|
||||
import { encodeHTML, parseBoolean, renderError } from "../src/common/utils.js";
|
||||
import { encodeHTML, renderError } from "../src/common/utils.js";
|
||||
import { parseBoolean } from "../src/common/ops.js";
|
||||
|
||||
describe("Test utils.js", () => {
|
||||
it("should test parseBoolean", () => {
|
||||
|
||||
Reference in New Issue
Block a user