Correctly check for Symbols, not Sets in AnythingSpec
This commit is contained in:
@@ -48,7 +48,7 @@ describe("Anything", function() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it("matches a Symbol", function() {
|
it("matches a Symbol", function() {
|
||||||
jasmine.getEnv().requireFunctioningSets();
|
jasmine.getEnv().requireFunctioningSymbols();
|
||||||
|
|
||||||
var anything = new jasmineUnderTest.Anything();
|
var anything = new jasmineUnderTest.Anything();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user