Skip to content

Commit

Permalink
register tests with method
Browse files Browse the repository at this point in the history
  • Loading branch information
panoply committed Apr 16, 2024
1 parent 1d38700 commit 563fd17
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion tests/bundle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,14 @@ import { Incremental } from './bundle/incremental';
import { Lifecycle } from './bundle/lifecycle';
import { Async, Async2, AsyncFetch } from './bundle/async';

spx.register(Basic, Incremental, Lifecycle, Async, Async2, AsyncFetch);
spx.register(
Basic,
Incremental,
Lifecycle,
Async,
Async2,
AsyncFetch
);

spx.connect(
{
Expand Down

0 comments on commit 563fd17

Please sign in to comment.