This website requires JavaScript.
Explore
Help
Sign in
dmaax
/
ladybird
Watch
1
Star
0
Fork
You've already forked ladybird
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
fff09ed330
ladybird
/
Libraries
/
LibJS
/
Tests
/
classes
/
class-basic.js
6 lines
113 B
JavaScript
Raw
Normal View
History
Unescape
Escape
LibJS: Convert all remaining non-Array tests to the new system :)
2020-07-05 21:26:26 -03:00
test
(
"class properties"
,
(
)
=>
{
LibJS: Indent tests with 4 spaces instead of 2
2020-07-06 11:37:45 -03:00
class
A
{
}
expect
(
A
.
name
)
.
toBe
(
"A"
)
;
expect
(
A
)
.
toHaveLength
(
0
)
;
LibJS: Convert all remaining non-Array tests to the new system :)
2020-07-05 21:26:26 -03:00
}
)
;
Reference in a new issue
Copy permalink