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 80cf7d2 commit a24abaaCopy full SHA for a24abaa
test/github-issues/61/issue-61.spec.ts
@@ -32,6 +32,8 @@ describe("github issues > #61 Scoped container creates new instance of service e
32
car1Serial.should.not.be.equal(fooCar1Serial);
33
car1Serial.should.not.be.equal(barCar1Serial);
34
fooCar1Serial.should.not.be.equal(barCar1Serial);
35
+
36
+ (Container.of({}).get(Car).serial === Container.of({}).get(Car).serial).should.be.false;
37
});
38
39
0 commit comments