We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e377e2c commit eb5c44dCopy full SHA for eb5c44d
1 file changed
create-arkstack/tests/lean-profile.test.ts
@@ -14,7 +14,7 @@ afterEach(async () => {
14
})
15
16
describe('makeLeanProfile', () => {
17
- test('removes app dir, api route, and prisma/database artifacts from lean kits', async () => {
+ test('removes controllers,resources dirs, api route, and prisma/database artifacts from lean kits', async () => {
18
const location = await mkdtemp(join(tmpdir(), 'create-arkstack-lean-'))
19
tempDirs.push(location)
20
0 commit comments