This website requires JavaScript.
Explore
Help
Register
Sign In
yujunjun
/
playwright
Watch
1
Star
0
Fork
0
You've already forked playwright
mirror of
https://github.com/microsoft/playwright.git
synced
2025-06-26 21:40:17 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
playwright
/
utils
/
doclint
/
check_public_api
/
test
/
diff-methods
/
api.ts
18 lines
116 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Initial commit
2019-11-18 18:18:28 -08:00
class
Foo
{
start() {
}
stop() {
}
get
zzz() {
}
$() {
}
money$$money() {
}
}
chore: fix doclint tests (#1098) This fixes the doclint tests so that `npm test` works. It also adds all the browsers to npm test. Fixes #8
2020-02-24 18:24:02 -08:00
export
{
Foo
}
;
Reference in New Issue
Copy Permalink