Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens committed May 2, 2023
1 parent c9dfb9d commit 7f998f3
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions test/integration/create-next-app/lib/specification.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,20 +95,14 @@ export const projectSpecification: ProjectSpecification = {
js: {
deps: [],
devDeps: [],
files: [
'app/page.js',
'app/layout.js',
'app/api/hello/route.js',
'jsconfig.json',
],
files: ['app/page.js', 'app/layout.js', 'jsconfig.json'],
},
ts: {
deps: ['@types/node', '@types/react', '@types/react-dom', 'typescript'],
devDeps: [],
files: [
'app/page.tsx',
'app/layout.tsx',
'app/api/hello/route.ts',
'tsconfig.json',
'next-env.d.ts',
],
Expand All @@ -119,7 +113,6 @@ export const projectSpecification: ProjectSpecification = {
deps: ['autoprefixer', 'postcss', 'tailwindcss'],
devDeps: [],
files: [
'app/api/hello/route.js',
'app/layout.js',
'app/page.js',
'jsconfig.json',
Expand All @@ -139,7 +132,6 @@ export const projectSpecification: ProjectSpecification = {
],
devDeps: [],
files: [
'app/api/hello/route.ts',
'app/layout.tsx',
'app/page.tsx',
'next-env.d.ts',
Expand Down

0 comments on commit 7f998f3

Please sign in to comment.