Sign in
pigweed
/
third_party
/
github
/
bazel-contrib
/
rules_nodejs
/
b63eb09faf3af6f53a00914dc0bef2f410ac4f09
/
.
/
examples
/
jest
/
index2.test.js
blob: ab9250ddcf6cf9106e8ccfc4e76cf4253d6bacc6 [
file
]
import
indexfile from
'./index.js'
;
test
(
'it should work'
,
()
=>
{
expect
(
indexfile
).
toBe
(
'test'
);
});