remove dead tests
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
import { foo } from "foo";
|
||||
var foo;
|
||||
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"throws": "Illegal assignment of module import"
|
||||
}
|
||||
@@ -1,2 +0,0 @@
|
||||
import { foo } from "foo";
|
||||
foo.bar = 1;
|
||||
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"throws": "Illegal assignment of module import"
|
||||
}
|
||||
@@ -1,2 +0,0 @@
|
||||
import * as foo from "foo";
|
||||
foo = 1;
|
||||
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"throws": "Illegal assignment of module import"
|
||||
}
|
||||
@@ -1,2 +0,0 @@
|
||||
import * as foo from "foo";
|
||||
var foo;
|
||||
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"throws": "Illegal assignment of module import"
|
||||
}
|
||||
@@ -1,2 +0,0 @@
|
||||
import { foo as bar } from "foo";
|
||||
var bar;
|
||||
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"throws": "Illegal assignment of module import"
|
||||
}
|
||||
@@ -1,2 +0,0 @@
|
||||
import { foo as bar } from "foo";
|
||||
bar = 1;
|
||||
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"throws": "Illegal assignment of module import"
|
||||
}
|
||||
@@ -1,2 +0,0 @@
|
||||
import { foo } from "foo";
|
||||
import { foo } from "bar";
|
||||
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"throws": "Illegal assignment of module import"
|
||||
}
|
||||
@@ -1,2 +0,0 @@
|
||||
import { foo as bar } from "foo";
|
||||
import { foo as bar } from "bar";
|
||||
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"throws": "Illegal assignment of module import"
|
||||
}
|
||||
@@ -1,2 +0,0 @@
|
||||
import { foo } from "foo";
|
||||
foo = 1;
|
||||
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"throws": "Illegal assignment of module import"
|
||||
}
|
||||
Reference in New Issue
Block a user