Skip to content

Commit

Permalink
Remove duplicated options in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Mar 25, 2019
1 parent 40789ab commit 0f7a245
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 35 deletions.
@@ -1,7 +1,3 @@
{
"sourceType": "module",
"plugins": [
"typescript"
],
"throws": "Identifier 'Foo' has already been declared (2:9)"
}
}
@@ -1,7 +1,3 @@
{
"sourceType": "module",
"plugins": [
"typescript"
],
"throws": "Identifier 'Foo' has already been declared (2:5)"
}
"throws": "Identifier 'Foo' has already been declared (2:9)"
}
@@ -1,7 +1,3 @@
{
"sourceType": "module",
"plugins": [
"typescript"
],
"throws": "Identifier 'Foo' has already been declared (2:4)"
}
"throws": "Identifier 'Foo' has already been declared (2:9)"
}
@@ -1,7 +1,3 @@
{
"sourceType": "module",
"plugins": [
"typescript"
],
"throws": "Identifier 'Foo' has already been declared (2:5)"
}
"throws": "Identifier 'Foo' has already been declared (2:9)"
}
@@ -1,7 +1,3 @@
{
"sourceType": "module",
"plugins": [
"typescript"
],
"throws": "Identifier 'Foo' has already been declared (2:4)"
}
"throws": "Identifier 'Foo' has already been declared (2:9)"
}
@@ -1,7 +1,3 @@
{
"sourceType": "module",
"plugins": [
"typescript"
],
"throws": "Identifier 'Foo' has already been declared (2:5)"
}
"throws": "Identifier 'Foo' has already been declared (2:9)"
}

0 comments on commit 0f7a245

Please sign in to comment.