Skip to content

Commit 40732a4

Browse files
committed
chor: fix linting issues
1 parent d9171d2 commit 40732a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/plugin-create.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { CreatePluginCommand } from "../lib/commands/plugin/create-plugin";
44
import { assert } from "chai";
55
import helpers = require("../lib/common/helpers");
66

7-
interface pacoteOutput {
7+
interface IPacoteOutput {
88
packageName: string;
99
destinationDirectory: string;
1010
}
@@ -13,7 +13,7 @@ const originalIsInteractive = helpers.isInteractive;
1313
const dummyArgs = ["dummyProjectName"];
1414
const dummyUser = "devUsername";
1515
const dummyName = "devPlugin";
16-
const dummyPacote: pacoteOutput = { packageName: "", destinationDirectory: "" };
16+
const dummyPacote: IPacoteOutput = { packageName: "", destinationDirectory: "" };
1717

1818
function createTestInjector() {
1919
const testInjector = new Yok();

0 commit comments

Comments
 (0)