Skip to content

Commit

Permalink
test(module): module test pointing to dist again
Browse files Browse the repository at this point in the history
  • Loading branch information
kaosat-dev committed Jan 7, 2017
1 parent 6f4f2a6 commit 678cfa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import test from 'ava'
import path from 'path'
import fs from 'fs'
import openjscad from './module' //'../dist/module'
import openjscad from '../dist/module'

test.beforeEach(t => {
})
Expand Down

0 comments on commit 678cfa7

Please sign in to comment.