Logo
Explore Help
Register Sign In
yujunjun/playwright
1
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/check-duplicates/api.ts

13 lines
100 B
TypeScript
Raw Normal View History

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
class Foo {
test() {
}
title(arg: number) {
}
}
class Bar {
}
export {Bar};
export {Foo};
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.5 Page: 223ms Template: 5ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API