We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a2b5a9 commit 64e6b17Copy full SHA for 64e6b17
1 file changed
src/core/test/injector/module-token-factory.spec.ts
@@ -10,7 +10,7 @@ describe('ModuleTokenFactory', () => {
10
});
11
describe('create', () => {
12
class Module {}
13
- it('should force global scope if it is not set', () => {
+ it('should force global scope when it is not set', () => {
14
const scope = 'global';
15
const token = factory.create(
16
Module as any,
0 commit comments