Hey
I'm not sure what happened, but now I'm getting 6 test failures on
cordova-js when I try to build the 2.8.x branch.
accelerometer
it encountered a declaration exception
module cordova/plugin/accelerometer not found
builder
it includes the module into the target
Error: Expected undefined to be defined.
at new jasmine.ExpectationResult
(/Users/jbowser/cordova-js/thirdparty/jasmine/jasmine.js:102:32)
at null.toBeDefined
(/Users/jbowser/cordova-js/thirdparty/jasmine/jasmine.js:1171:29)
at eval (eval at <anonymous>
(/Users/jbowser/cordova-js/test/runner.js:87:21), <anonymous>:37:28)
at jasmine.Block.execute
(/Users/jbowser/cordova-js/thirdparty/jasmine/jasmine.js:1001:15)
at jasmine.Queue.next_
(/Users/jbowser/cordova-js/thirdparty/jasmine/jasmine.js:1790:31)
at jasmine.Queue.start
(/Users/jbowser/cordova-js/thirdparty/jasmine/jasmine.js:1743:8)
at jasmine.Spec.execute
(/Users/jbowser/cordova-js/thirdparty/jasmine/jasmine.js:2070:14)
at jasmine.Queue.next_
(/Users/jbowser/cordova-js/thirdparty/jasmine/jasmine.js:1790:31)
at jasmine.Queue.start
(/Users/jbowser/cordova-js/thirdparty/jasmine/jasmine.js:1743:8)
at jasmine.Suite.execute
(/Users/jbowser/cordova-js/thirdparty/jasmine/jasmine.js:2215:14)
module cordova/plugin/compass not found
builder
it builds out the children
module cordova/plugin/compass not found
compass
it encountered a declaration exception
module cordova/plugin/compass not found
geolocation
it encountered a declaration exception
module cordova/plugin/geolocation not found
Has anyone seen this before?
Joe