Skip to content

Commit d27555c

Browse files
committed
chore(lint): fixes lint
1 parent 4ec63ba commit d27555c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/declaration.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ import test from "ava";
22
import {formatCode} from "./util/format-code";
33
import {generateRollupBundle} from "./setup/setup-rollup";
44

5+
// tslint:disable:no-duplicate-string
6+
57
test("Flattens declarations. #1", async t => {
68
const bundle = await generateRollupBundle([
79
{
@@ -304,6 +306,7 @@ test("Declaration maps correctly maps input sources. #2", async t => {
304306
`
305307
}
306308
],
309+
307310
{tsconfig: {declarationMap: true, declarationDir: "./foobarbaz"}}
308311
);
309312
const {

0 commit comments

Comments
 (0)