Test created

This commit is contained in:
Deividas Bakanas
2015-12-10 20:17:57 +02:00
parent 8e9a9ec379
commit 2c2a240f1a
+5
View File
@@ -0,0 +1,5 @@
/// <reference path="replace-ext.d.ts" />
import replaceExt = require('replace-ext');
var path: string = '/some/dir/file.js';
var npath: string = replaceExt(path, '.coffee');