fix: e2e tsc

This commit is contained in:
Ivan Shmidt
2020-09-01 14:19:29 +02:00
parent 5641262869
commit aa2eeb8c49
+1 -1
View File
@@ -266,7 +266,7 @@ async function createPlugin(pluginName: string, appDir: string) {
/**
* Start serving the newly created app and make sure that the create plugin is rendering correctly
*/
async function testAppServe(pluginName: string, appDir: string) {
async function testAppServe(_pluginName: string, appDir: string) {
const startApp = spawnPiped(['yarn', 'start'], {
cwd: appDir,
});