Skip to content

Commit

Permalink
fix: gh action test 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BioPhoton committed Jun 7, 2023
1 parent 6122bb1 commit 0b04fb6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/nx-plugin/src/generators/install/generator.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ import {NormalizedSchema} from "./types";
const NPM_NAME = '@push-based/user-flow';
const PROJECT_NAME = 'generated-test';
const baseOptions = {projectName: PROJECT_NAME, skipPackageJson: false, url: "https://test-url.com"};


describe('install generator', () => {
let appTree: Tree;
let normalizedOptions: NormalizedSchema = {} as any;
Expand Down

0 comments on commit 0b04fb6

Please sign in to comment.