t
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
--reporter dot
|
||||
--ui tdd
|
||||
@@ -1,2 +0,0 @@
|
||||
var bar = () => console.log("bar");
|
||||
bar();
|
||||
@@ -1,5 +0,0 @@
|
||||
import "./bar2";
|
||||
import "./not_node_modules";
|
||||
|
||||
var foo = () => console.log("foo");
|
||||
foo();
|
||||
@@ -1,10 +0,0 @@
|
||||
/*
|
||||
The purpose of this file is to test that the node_modules check in the require
|
||||
hook doesn't mistakenly exclude something like "not_node_modules". To pass, this
|
||||
file merely needs to be transpiled. The transpiled code won't, and doesn't need
|
||||
to, execute without error. It won't execute because React will be undefined.
|
||||
*/
|
||||
try {
|
||||
<Some jsx="element" />;
|
||||
}
|
||||
catch (e) {}
|
||||
Reference in New Issue
Block a user