rename useStrict test to something more specific
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"throws": "Top level `this` is not allowed"
|
||||
"throws": "Top level `this` is `undefined` in strict mode"
|
||||
}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"throws": "Top level `this` is not allowed"
|
||||
"throws": "Top level `this` is `undefined` in strict mode"
|
||||
}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"throws": "Top level `this` is not allowed"
|
||||
"throws": "Top level `this` is `undefined` in strict mode"
|
||||
}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"throws": "Top level `this` is not allowed"
|
||||
"throws": "Top level `this` is `undefined` in strict mode"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user