Skip to content

Commit 587f61f

Browse files
committed
Corrrect test for newline-after-import
2 parents 3cd776b + f874822 commit 587f61f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
1515

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

2020
## [2.21.2] - 2020-06-09
2121
### Fixed

Diff for: tests/src/rules/newline-after-import.js

+1
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ ruleTester.run('newline-after-import', require('rules/newline-after-import'), {
223223
{
224224
code: `
225225
import { a } from "./a";
226+
226227
export namespace SomeNamespace {
227228
export import a2 = a;
228229
f(a);

0 commit comments

Comments
 (0)