Commit 9a05c2a3 authored by yann300's avatar yann300

run tape tests on babelify-src folder

parent 3f2f71e5
......@@ -2,7 +2,7 @@
var test = require('tape')
var Compiler = require('../src/app/compiler')
var Compiler = require('../babelify-src/app/compiler')
test('compiler.compile smoke', function (t) {
t.plan(1)
......
......@@ -2,7 +2,7 @@
var test = require('tape')
var GistHandler = require('../src/app/gist-handler')
var GistHandler = require('../babelify-src/app/gist-handler')
test('gistHandler.handleLoad with no gist param', function (t) {
t.plan(1)
......
......@@ -2,7 +2,7 @@
var test = require('tape')
var QueryParams = require('../src/app/query-params')
var QueryParams = require('../babelify-src/app/query-params')
test('queryParams.get', function (t) {
t.plan(2)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment