File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { CreatePluginCommand } from "../lib/commands/plugin/create-plugin";
44import { assert } from "chai" ;
55import 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;
1313const dummyArgs = [ "dummyProjectName" ] ;
1414const dummyUser = "devUsername" ;
1515const dummyName = "devPlugin" ;
16- const dummyPacote : pacoteOutput = { packageName : "" , destinationDirectory : "" } ;
16+ const dummyPacote : IPacoteOutput = { packageName : "" , destinationDirectory : "" } ;
1717
1818function createTestInjector ( ) {
1919 const testInjector = new Yok ( ) ;
You can’t perform that action at this time.
0 commit comments