remove reacord-tester from core

This commit is contained in:
MapleLeaf
2022-01-10 21:48:39 -06:00
parent 4201f45cc9
commit 4803cb8478
7 changed files with 30 additions and 35 deletions

View File

@@ -1,7 +1,7 @@
import React from "react"
import { test } from "vitest"
import { ReacordTester } from "../library/core/reacord-tester"
import { ActionRow, Button, Select } from "../library/main"
import { ReacordTester } from "./test-adapter"
const testing = new ReacordTester()