We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
atl-
1 parent 110e135 commit 1cd6fa1Copy full SHA for 1cd6fa1
projects/testing-library/src/lib/testing-library.ts
@@ -388,9 +388,7 @@ if (typeof process === 'undefined' || !process.env?.ATL_SKIP_AUTO_CLEANUP) {
388
}
389
390
391
-// TODO: rename to `atl-wrapper-component`
392
-// eslint-disable-next-line @angular-eslint/component-selector
393
-@Component({ selector: 'wrapper-component', template: '' })
+@Component({ selector: 'atl-wrapper-component', template: '' })
394
class WrapperComponent {}
395
396
/**
0 commit comments