remove old dux stuff
This commit is contained in:
parent
5739652d77
commit
d747e98c22
@ -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);
|
|
||||||
});
|
|
Loading…
Reference in New Issue
Block a user