fix test fixture transformer folder names
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
function foo() {
|
||||
|
||||
}
|
||||
|
||||
foo();
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"optional": ["validation.undeclaredVariableCheck"]
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
foo();
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"throws": "Reference to undeclared variable"
|
||||
}
|
||||
Reference in New Issue
Block a user