Skip to content

Commit

Permalink
Corrrect test for newline-after-import
Browse files Browse the repository at this point in the history
  • Loading branch information
be5invis committed Jun 19, 2020
2 parents 3cd776b + f874822 commit 587f61f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -15,7 +15,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel

### Changed
- [`no-extraneous-dependencies`]: add tests for importing types ([#1824], thanks [@taye])
- [`order`]: Add unit test for TypeScript's "export import" ([#1830], thanks [@be5invis])
- [`order`]/[`newline-after-import`]: Add unit tests for TypeScript's "export import" ([#1830], thanks [@be5invis])

## [2.21.2] - 2020-06-09
### Fixed
Expand Down
1 change: 1 addition & 0 deletions tests/src/rules/newline-after-import.js
Expand Up @@ -223,6 +223,7 @@ ruleTester.run('newline-after-import', require('rules/newline-after-import'), {
{
code: `
import { a } from "./a";
export namespace SomeNamespace {
export import a2 = a;
f(a);
Expand Down

0 comments on commit 587f61f

Please sign in to comment.