remove old dux stuff

docks66-json-schema
Yanick Champoux 2023-05-04 18:44:48 -04:00
parent 5739652d77
commit d747e98c22
1 changed files with 0 additions and 10 deletions

View File

@ -1,10 +0,0 @@
import { createStore } from "./index.js";
test("basic, initial store", () => {
const store = createStore();
const state = store.getState();
expect(state).toHaveProperty("propulsion.drive.reqs.mass", 0);
// expect(state).toHaveProperty("structure.cargo.space", 0);
});