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
25d7a70f4ef44ce7742cf1afb8026d0a2a77fad9
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