File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 6
6
export let options;
7
7
8
8
Sentry .trackComponent (options);
9
-
10
- // onMount(() => console.log('>mount'));
11
- // beforeUpdate(() => console.log('>beforeupdate'));
12
- // afterUpdate(() => console.log('>afterupdate'));
13
9
</script >
14
10
15
11
<h1 >Hi, I'm a dummy component for testing</h1 >
Original file line number Diff line number Diff line change 1
1
import { Scope } from '@sentry/hub' ;
2
2
import { act , render } from '@testing-library/svelte' ;
3
3
4
- // eslint-disable-next-line import/no-unresolved Eslint doesn't know about Svelte components
4
+ // linter doesn't like Svelte component imports
5
+ // eslint-disable-next-line import/no-unresolved
5
6
import DummyComponent from './components/Dummy.svelte' ;
6
7
7
8
let returnUndefinedTransaction = false ;
You can’t perform that action at this time.
0 commit comments