Closed viking closed 11 years ago
Below is my buster configuration. I'm using the buster-amd
extension.
var config = module.exports;
config["tests"] = {
rootPath: "../",
environment: "browser",
libs: [
"lib/require.js",
"test/requirejs-config.js"
],
sources: [
"lib/maria.js",
"src/js/**/*.js"
],
tests: [
"test/js/**/test_*.js"
],
testHelpers: [
"test/lib/helpers.js"
],
extensions: [require("buster-amd")]
}
This issue may be related: https://github.com/faye/faye/issues/233
Interesting, thanks for reporting. A rewrite of the "ramp" module is in progress, I'll make sure that I don't re-implement this issue :)
Fixed in the latest Faye versions, seems it's safe to close this one. The Faye code in ramp is also completely rewritten. Open a new issue if a similar error occurs.
Getting this message almost every time I run
buster test
: