We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9200356 commit 321e2a5Copy full SHA for 321e2a5
lib/rules/no-debug.js
@@ -4,6 +4,7 @@ const { getDocsUrl } = require('../utils');
4
5
const LIBRARY_MODULES_WITH_SCREEN = [
6
'@testing-library/dom',
7
+ '@testing-library/angular',
8
'@testing-library/react',
9
'@testing-library/preact',
10
'@testing-library/vue',
0 commit comments