We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6400baa commit 8ac49aeCopy full SHA for 8ac49ae
test/jasmine/tests/plotschema_test.js
@@ -76,7 +76,7 @@ describe('plot schema', function() {
76
var valObject = valObjects[attr.valType],
77
opts = valObject.requiredOpts
78
.concat(valObject.otherOpts)
79
- .concat(['valType', 'description', 'role']);
+ .concat(['valType', 'description', 'role', 'recalc']);
80
81
Object.keys(attr).forEach(function(key) {
82
expect(opts.indexOf(key) !== -1).toBe(true, key, attr);
0 commit comments