forked from mirrored/github-readme-stats
refactor: move svg rendering related code into separate module (#4588)
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
This commit is contained in:
co-authored by
Alexandr
parent
33f6276b0b
commit
c43fd65bdd
@@ -1,5 +1,5 @@
|
||||
import { describe, expect, it } from "@jest/globals";
|
||||
import { flexLayout } from "../src/common/utils.js";
|
||||
import { flexLayout } from "../src/common/render.js";
|
||||
|
||||
describe("flexLayout", () => {
|
||||
it("should work with row & col layouts", () => {
|
||||
|
||||
Reference in New Issue
Block a user