remove old dux stuff

This commit is contained in:
Yanick Champoux 2023-05-04 18:44:48 -04:00
parent 5739652d77
commit d747e98c22

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);
});