Skip to content
This repository has been archived by the owner on Mar 28, 2021. It is now read-only.

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
unional committed Jun 28, 2017
1 parent d032184 commit 0a7e4e0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/fixture.spec.ts
Expand Up @@ -6,6 +6,7 @@ import { getLogger } from 'aurelia-logging'

import fixture from './index'

const cwd = process.cwd()
const logger = getLogger('fixture.spec')
logger.debug('starting fixture.spec')

Expand Down Expand Up @@ -76,9 +77,6 @@ rtest.skip('skip test', 'case-1', t => {
// t.pass('only without title works.')
// })

// this is used by last test.
const cwd = process.cwd()

ava(t => {
t.is(process.cwd(), cwd, 'normal ava test still under normal cwd.')
})

0 comments on commit 0a7e4e0

Please sign in to comment.