Skip to content

Commit

Permalink
Make tests read from the right dir
Browse files Browse the repository at this point in the history
  • Loading branch information
leo committed Dec 5, 2016
1 parent fecfd33 commit 427c79e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import test from 'ava'
import {transformFile} from 'babel-core'

// Ours
import plugin from '../babel'
import plugin from '../dist/babel'
import read from './_read'

const transform = file => (
Expand Down

0 comments on commit 427c79e

Please sign in to comment.