Update tests to work with latest tooling

This commit is contained in:
Steve Sanderson
2017-05-17 10:43:20 +01:00
parent 3390d75528
commit cd240907f8
3 changed files with 90 additions and 97 deletions

View File

@@ -9,7 +9,6 @@ const yoPackageDirAbsolute = path.resolve('./node_modules/yo');
export interface GeneratorOptions {
framework: string;
name: string;
sdkVersion?: string;
tests?: boolean;
}