Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ctjlewis committed Aug 17, 2022
1 parent d41300d commit 69719fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions test/integration/create-next-app/index.test.ts
@@ -1,7 +1,7 @@
/* eslint-env jest */
import execa from 'execa'
import fs from 'fs-extra'
import path, { resolve } from 'path'
import path from 'path'
import { useTempDir } from '../../lib/use-temp-dir'

import {
Expand Down Expand Up @@ -94,7 +94,6 @@ describe('create next app', () => {
it('valid example without package.json', async () => {
await useTempDir(async (cwd) => {
const projectName = 'valid-example-without-package-json'
const projectRoot = resolve(cwd, projectName)

const res = await run(
[projectName, '--js', '--example', 'with-docker-compose'],
Expand Down
1 change: 0 additions & 1 deletion test/integration/create-next-app/templates.test.ts
@@ -1,6 +1,5 @@
/* eslint-env jest */

import { resolve } from 'path'
import {
createNextApp,
projectFilesShouldNotExist,
Expand Down

0 comments on commit 69719fc

Please sign in to comment.