refactor: self-referencing intent table!
This commit is contained in:
@@ -209,7 +209,7 @@ describe('enemyIntentDesert.csv import', () => {
|
||||
it('should have correct fields for each intent', () => {
|
||||
for (const intent of enemyIntentDesertData) {
|
||||
expect(intent).toHaveProperty('enemy');
|
||||
expect(intent).toHaveProperty('intent');
|
||||
expect(intent).toHaveProperty('id');
|
||||
expect(intent).toHaveProperty('nextIntents');
|
||||
expect(intent).toHaveProperty('brokenIntent');
|
||||
expect(intent).toHaveProperty('effects');
|
||||
|
||||
Reference in New Issue
Block a user