This website requires JavaScript.
Explore
Help
Sign in
Stowage
/
ladybird
Watch
2
Star
0
Fork
You've already forked ladybird
0
mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced
2025-10-30 12:50:58 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
e497303e94
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 17:26:26 -07:00
test
(
"class properties"
,
(
)
=>
{
LibJS: Indent tests with 4 spaces instead of 2
2020-07-06 07:37:45 -07: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 17:26:26 -07:00
}
)
;
Reference in a new issue
Copy permalink