Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
beeman committed Mar 9, 2024
1 parent b03af7b commit ff6252b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`web-feature generator should run successfully 4`] = `""`;

exports[`web-feature generator should run successfully 5`] = `""`;

exports[`web-feature generator should run successfully 6`] = `""`;

exports[`web-feature generator should run successfully with crud 4`] = `
"export * from './lib/use-admin-find-many-test';
export * from './lib/use-admin-find-one-test';
Expand Down
1 change: 1 addition & 0 deletions libs/tools/src/lib/web/create-mock-web-app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,6 @@ function createMockComponent(tree: Tree, project: string, name: string) {
nameAndDirectoryFormat: 'as-provided',
style: 'none',
skipTests: true,
skipFormat: true,
})
}

0 comments on commit ff6252b

Please sign in to comment.