Skip to content

Commit ade4c8e

Browse files
committed
fix test
1 parent 2daa748 commit ade4c8e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/react/test/sdk.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ describe('init', () => {
88

99
init({});
1010

11-
// In our case, the Angular version is 10 because that's the version we use for compilation
12-
// (and hence the dependency version of Angular core we installed (see package.json))
1311
expect(setContextSpy).toHaveBeenCalledTimes(1);
1412
expect(setContextSpy).toHaveBeenCalledWith('react', { version });
1513
});

0 commit comments

Comments
 (0)