Skip to content

Commit a24abaa

Browse files
author
Umed Khudoiberdiev
committed
added extra test for #61
1 parent 80cf7d2 commit a24abaa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/github-issues/61/issue-61.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ describe("github issues > #61 Scoped container creates new instance of service e
3232
car1Serial.should.not.be.equal(fooCar1Serial);
3333
car1Serial.should.not.be.equal(barCar1Serial);
3434
fooCar1Serial.should.not.be.equal(barCar1Serial);
35+
36+
(Container.of({}).get(Car).serial === Container.of({}).get(Car).serial).should.be.false;
3537
});
3638

3739
});

0 commit comments

Comments
 (0)