Skip to content

Commit eb5c44d

Browse files
committed
fix: update test description to accurately reflect removed directories in makeLeanProfile
1 parent e377e2c commit eb5c44d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

create-arkstack/tests/lean-profile.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ afterEach(async () => {
1414
})
1515

1616
describe('makeLeanProfile', () => {
17-
test('removes app dir, api route, and prisma/database artifacts from lean kits', async () => {
17+
test('removes controllers,resources dirs, api route, and prisma/database artifacts from lean kits', async () => {
1818
const location = await mkdtemp(join(tmpdir(), 'create-arkstack-lean-'))
1919
tempDirs.push(location)
2020

0 commit comments

Comments
 (0)