Skip to content

Commit 675bc78

Browse files
committed
remove commented code / whitespace
1 parent ab09c2e commit 675bc78

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ module.exports = function (grunt) {
646646
},
647647
html: 'test/htmlExternal/**/*.html',
648648
src: 'test/htmlExternal/**/*.ts'
649-
649+
650650
},
651651
decoratorMetadataPassed: {
652652
test: true,

test/optionsResolverTests.js

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/optionsResolverTests.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,6 @@ export var tests : nodeunit.ITestGroup = {
423423
ignoreSettings: true
424424
};
425425
const result = or.resolveAsync(null, cfg).then((result) => {
426-
// test.ok(true);
427426
test.strictEqual(result.target, 'es5');
428427
test.strictEqual(result.module, undefined);
429428
test.done();

0 commit comments

Comments
 (0)