add integration testing support
This commit is contained in:
10
test/unit/mock.ts
Normal file
10
test/unit/mock.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
export const Game = {
|
||||
creeps: [],
|
||||
rooms: [],
|
||||
spawns: {},
|
||||
time: 12345
|
||||
};
|
||||
|
||||
export const Memory = {
|
||||
creeps: []
|
||||
};
|
||||
Reference in New Issue
Block a user