readded test.ts to default build process

This commit is contained in:
2016-02-09 20:36:31 +01:00
parent 1ada5dd5a9
commit 27f79b4425
7 changed files with 11 additions and 5 deletions

2
test/assets/test/test.d.ts vendored Normal file
View File

@ -0,0 +1,2 @@
/// <reference path="ts/typings/main.d.ts" />
declare var testplugin: any;

View File

@ -1,3 +1,5 @@
#!/usr/bin/env node
/// <reference path="./typings/main.d.ts" />
console.log("**** starting test ****");
var testplugin = require("../index.js");