Sign in
◑
Theme
pigweed
/
third_party
/
github
/
aspect-build
/
rules_js
/
8b8cb4062003fca15ef6bde9a0fc3f81ba8dcea1
/
.
/
examples
/
package_json_module
/
test.js
blob: 01c2fa531dbbe71e35e19ba2fa33aacca5f252e1 [
file
]
import
assert from
'assert'
describe
(
'test'
,
()
=>
{
it
(
'2+2==4'
,
()
=>
{
assert
.
strictEqual
(
2
+
2
,
4
)
})
})