Skip to content

Commit

Permalink
Attempting to fix test issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Cox authored and Dan Cox committed Jan 15, 2024
1 parent 778d04d commit 11f4d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Twine2HTML/Twine2HTML.Parse.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ describe('Twine2HTMLParser', () => {
});

it('Should parse HTML without passage start node', () => {
const fr = readFileSync('test/Twine2HTML/Twine2HTMLParser/missingStartNode.html', 'utf-8');
const fr = readFileSync('test/Twine2HTML/Twine2HTMLParser/missingStartnode.html', 'utf-8');
const story = parseTwine2HTML(fr);
expect(story.start).toBe('');
});
Expand Down

0 comments on commit 11f4d1d

Please sign in to comment.