This website requires JavaScript.
Explore
Help
Sign In
Stevan
/
onspring-api-docs
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
72d7cb7a4a77de9d36400b7d7a64c81e8317a6e5
onspring-api-docs
/
tests
/
unit
/
test.spec.ts
T
6 lines
92 B
TypeScript
Raw
Normal View
History
Unescape
Escape
chore: initial commit
2023-04-07 23:18:45 -05:00
describe
(
'test'
,
()
=>
{
it
(
'should pass'
,
()
=>
{
expect
(
true
).
toBe
(
true
);
});
});
Reference in New Issue
Copy Permalink