was the presetup configuration even used, deploy new dashboard stuff
This commit is contained in:
parent
f0ab9c6200
commit
1dea7721e5
41 changed files with 1626 additions and 1370 deletions
7
revampdashboard/src/demo.spec.ts
Normal file
7
revampdashboard/src/demo.spec.ts
Normal file
|
@ -0,0 +1,7 @@
|
|||
import { describe, it, expect } from "vitest";
|
||||
|
||||
describe("sum test", () => {
|
||||
it("adds 1 + 2 to equal 3", () => {
|
||||
expect(1 + 2).toBe(3);
|
||||
});
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue