We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2daa748 commit ade4c8eCopy full SHA for ade4c8e
packages/react/test/sdk.test.ts
@@ -8,8 +8,6 @@ describe('init', () => {
8
9
init({});
10
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))
13
expect(setContextSpy).toHaveBeenCalledTimes(1);
14
expect(setContextSpy).toHaveBeenCalledWith('react', { version });
15
});
0 commit comments