Skip to content

Commit d8b6637

Browse files
committed
test: increment number of layout because I added one
1 parent 1e2e026 commit d8b6637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/qwik-city/src/buildtime/build-layout.unit.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { assert, testAppSuite } from '../utils/test-suite';
33
const test = testAppSuite('Build Layout');
44

55
test('total layouts', ({ ctx: { layouts } }) => {
6-
assert.equal(layouts.length, 11, JSON.stringify(layouts, null, 2));
6+
assert.equal(layouts.length, 12, JSON.stringify(layouts, null, 2));
77
});
88

99
test('nested named layout', ({ assertLayout }) => {

0 commit comments

Comments
 (0)