Skip to content

Commit

Permalink
chore: update testJSContent.js (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
cfabianski authored Feb 23, 2024
1 parent 0135cfc commit a87d597
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions scripts/generate/testJSContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ describe(ruleId, () => {
const results = invoke(testCase)
expect(results.Missing).toEqual([])
expect(results.Extra).toEqual([])
expect(results).toEqual({
Missing: [],
Extra: []
})
})
})`;
};

0 comments on commit a87d597

Please sign in to comment.