Skip to content

Commit

Permalink
chore: renaming ignored test files to make standart
Browse files Browse the repository at this point in the history
Signed-off-by: Tokesh <[email protected]>
  • Loading branch information
Tokesh committed Jan 5, 2025
1 parent 545df1d commit b650148
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
display_path: ignored/ignored.yaml
full_path: tools/tests/tester/fixtures/stories/ignored/ignore.yaml
full_path: tools/tests/tester/fixtures/stories/ignored/ignored.yaml

result: PASSED
description: This story should ignored.
Expand Down
4 changes: 2 additions & 2 deletions tools/tests/tester/integ/StoryEvaluator.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ test('skipped/semver', async () => {
})

test('ignored', async () => {
const actual = await load_actual_evaluation(story_evaluator, 'skipped/semver')
const expected = load_expected_evaluation('skipped/semver')
const actual = await load_actual_evaluation(story_evaluator, 'ignored/ignored')
const expected = load_expected_evaluation('ignored/ignored')
expect(actual).toEqual(expected)
})

Expand Down
2 changes: 1 addition & 1 deletion tools/tests/tester/integ/TestRunner.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ test('stories folder', async () => {
'error/prologue_error',
'failed/invalid_data',
'failed/not_found',
'ignored/ignore',
'ignored/ignored',
'passed/multiple_methods',
'passed/passed',
'passed/value_type',
Expand Down

0 comments on commit b650148

Please sign in to comment.