mirror of
https://github.com/mayurankv/Obsidian-Code-Styler.git
synced 2026-07-22 08:10:29 +00:00
17 lines
431 B
JavaScript
17 lines
431 B
JavaScript
|
|
process.env["NODE_DEV"] = "VITEST";
|
||
|
|
|
||
|
|
// import { parameterLine } from "src/Parsing/CodeblockParsing.ts";
|
||
|
|
// import { describe, expect, it } from "vitest";
|
||
|
|
|
||
|
|
// describe("arraysEqual",()=>{
|
||
|
|
// it("returns 0 with no numbers input",()=>{
|
||
|
|
// expect(arraysEqual([],[])).toBe(true);
|
||
|
|
// });
|
||
|
|
// });
|
||
|
|
|
||
|
|
// describe("parameterLine",()=>{
|
||
|
|
// it("returns empty string if just spaces",()=>{
|
||
|
|
// expect((" ").trim()).toBe("");
|
||
|
|
// });
|
||
|
|
// });
|