index
:
panels/panel-ui
master
iFrame plugin for Suppliers
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
base.test.ts
blob: e2f56a6cd7528ce5df7dfe1a687619cba5ba7c9a (
plain
)
1
2
3
test
(
'1 + 1 equals 2'
,
()
=>
{
expect
(
1
+
1
).
toBe
(
2
);
});