diff --git a/to-title-case/to-title-case-tests.ts b/to-title-case-gouch/to-title-case-gouch-tests.ts similarity index 77% rename from to-title-case/to-title-case-tests.ts rename to to-title-case-gouch/to-title-case-gouch-tests.ts index 2dc1fd9f5..80f824289 100644 --- a/to-title-case/to-title-case-tests.ts +++ b/to-title-case-gouch/to-title-case-gouch-tests.ts @@ -3,7 +3,7 @@ import fs = require('fs'); -fs.readFile('to-title-case.min.js', 'utf-8', function(err: any, code: string) { +fs.readFile('to-title-case.js', 'utf-8', function(err: any, code: string) { eval(code); var lowerCase: string = 'this title is in lowercase and will be title case'; console.log(lowerCase.toTitleCase()); // Now in title case. diff --git a/to-title-case/to-title-case.d.ts b/to-title-case-gouch/to-title-case-gouch.d.ts similarity index 100% rename from to-title-case/to-title-case.d.ts rename to to-title-case-gouch/to-title-case-gouch.d.ts