Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
MUR Drupal
d3-library
Commits
673c630e
Commit
673c630e
authored
Jun 27, 2013
by
Mike Bostock
Browse files
Allow console.warn from tests.
parent
f6a63543
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/load.js
View file @
673c630e
...
...
@@ -8,7 +8,7 @@ require("./XMLHttpRequest");
module
.
exports
=
function
()
{
var
files
=
[].
slice
.
call
(
arguments
).
map
(
function
(
d
)
{
return
"
src/
"
+
d
;
}),
expression
=
"
d3
"
,
sandbox
=
{
Date
:
Date
};
// so we can use deepEqual in tests
sandbox
=
{
console
:
console
,
Date
:
Date
};
// so we can use deepEqual in tests
files
.
unshift
(
"
src/start
"
);
files
.
push
(
"
src/end
"
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment