add utility.removeClass tests and move parentPath setting to setContext - fixes #967

This commit is contained in:
Sebastian McKenzie
2015-03-08 02:49:58 +11:00
parent 70cd650e10
commit 9c9af6dbbd
6 changed files with 23 additions and 12 deletions

View File

@@ -0,0 +1,3 @@
function foo() {
console.log("foo");
}

View File

@@ -0,0 +1,3 @@
"use strict";
function foo() {}

View File

@@ -0,0 +1,3 @@
{
"optional": ["utility.removeConsole"]
}

View File

@@ -0,0 +1 @@
console.log("foo");

View File

@@ -0,0 +1 @@
"use strict";