Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Badisi committed Jan 16, 2024
1 parent 602869f commit cdeb2ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/lib/schematics/ng-add/ng-add.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const joc = jasmine.objectContaining;
expect(mainTsContent).toContain('import { initSentry } from \'@hug/ngx-sentry\';');
}
expect(mainTsContent).toContain('import { isDevMode } from \'@angular/core\';');
expect(mainTsContent).toContain('import packageJson from \'package.json\';');
expect(mainTsContent).toContain('import packageJson from \'../package.json\';');
expect(mainTsContent).toContain('initSentry({\n' +
` dsn: '${defaultOptions.dsnUrl}',\n` +
' environment: \'DEV\', // replace it with your own value\n' +
Expand Down

0 comments on commit cdeb2ae

Please sign in to comment.