Sign in
◑
Theme
pigweed
/
third_party
/
github
/
bazel-contrib
/
rules_nodejs
/
a6281f73792d17271be862be6d32694a543bccda
/
.
/
examples
/
jest
/
ts
/
test
/
index.test.ts
blob: 3149a76e2b46c9f4480684423d79415e56edcce4 [
file
]
import
indexfile
from
'lib'
;
test
(
'it should work'
,
()
=>
{
expect
(
indexfile
).
toBe
(
'test'
);
});