Skip to content

Commit

Permalink
Fix test description for Elm compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristophP committed May 16, 2022
1 parent 3194f51 commit 177f76b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/integration-tests/test/elm.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ describe('elm', function () {
assert(js.includes('init'));
});

it('should do whatever the f*ck I want', async function () {
it('should produce correct formatting and indentation when compilation fails', async function () {
await assert.rejects(
() =>
bundle(path.join(__dirname, 'integration/elm-compile-error/index.js'), {
Expand Down

0 comments on commit 177f76b

Please sign in to comment.