feat(bgm): add surface mounting and setup surfaces
This commit is contained in:
@@ -67,7 +67,7 @@ describe('bgm vite plugin', () => {
|
||||
|
||||
// Consumers read the collections with Object.values / Object.keys.
|
||||
expect(Object.values(pkg.parts).map((p: any) => p.id).sort()).toEqual(['grain', 'wood']);
|
||||
expect(Object.keys(pkg.surfaces)).toEqual(['board#harbor']);
|
||||
expect(Object.keys(pkg.surfaces)).toEqual(['board#harbor', 'board#player']);
|
||||
expect(Object.keys(pkg.setups)).toEqual(['game#main']);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user