Skip to content

Commit 7536f06

Browse files
committed
Type definitions and testsfor to-title-case-gouch
1 parent e34f20e commit 7536f06

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

to-title-case/to-title-case-tests.ts renamed to to-title-case-gouch/to-title-case-gouch-tests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
import fs = require('fs');
55

6-
fs.readFile('to-title-case.min.js', 'utf-8', function(err: any, code: string) {
6+
fs.readFile('to-title-case.js', 'utf-8', function(err: any, code: string) {
77
eval(code);
88
var lowerCase: string = 'this title is in lowercase and will be title case';
99
console.log(lowerCase.toTitleCase()); // Now in title case.

0 commit comments

Comments
 (0)