Skip to content

Commit

Permalink
Move tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Dec 31, 2015
1 parent 3729de2 commit 1d5e84b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* eslint-env mocha */

import {expect} from 'chai'
import {parse} from '../path'
import {parse} from '../../app/scripts/utils/path'

describe('path.parse', () => {
it('works', () => {
Expand Down
2 changes: 1 addition & 1 deletion tests.webpack.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
var context = require.context('./app/scripts', true, /-test\.js$/)
var context = require.context('./test', true, /\.spec\.js$/)
context.keys().forEach(context)

0 comments on commit 1d5e84b

Please sign in to comment.