We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcffc7d commit ecd5039Copy full SHA for ecd5039
packages/plugin-bootstrap/__tests__/evaluators/goal.test.ts
@@ -80,7 +80,7 @@ describe('goalEvaluator', () => {
80
it('should have valid examples', () => {
81
goalEvaluator.examples.forEach(example => {
82
expect(example).toBeDefined();
83
- // Add more specific example validations based on the example structure
+ // will add more specific example validations based on the example structure
84
});
85
86
0 commit comments