[Timeline] Remove namespacing from specs
This commit is contained in:
@@ -45,16 +45,16 @@ define(
|
||||
|
||||
it("applies to subsystem modes", function () {
|
||||
expect(CostCapability.appliesTo({
|
||||
type: "warp.mode"
|
||||
type: "mode"
|
||||
})).toBeTruthy();
|
||||
expect(CostCapability.appliesTo({
|
||||
type: "warp.activity"
|
||||
type: "activity"
|
||||
})).toBeFalsy();
|
||||
expect(CostCapability.appliesTo({
|
||||
type: "warp.other"
|
||||
type: "other"
|
||||
})).toBeFalsy();
|
||||
});
|
||||
|
||||
});
|
||||
}
|
||||
);
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user