Skip to content

Commit

Permalink
chore: adjust unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Bielik20 committed Jan 20, 2023
1 parent 18e38b3 commit 9db6c6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { ServerlessGeneratorSchema } from './schema';
describe('serverless generator', () => {
let appTree: Tree;
beforeEach(() => {
appTree = createTreeWithEmptyWorkspace();
appTree = createTreeWithEmptyWorkspace({ layout: 'apps-libs' });
});

describe('serverless-bundle', () => {
Expand Down

0 comments on commit 9db6c6a

Please sign in to comment.