We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e37b5b commit ac47768Copy full SHA for ac47768
tests/transforms.js renamed to tests/legend.js
@@ -1,7 +1,7 @@
1
-describe("transforms", function() {
+describe("legend transform", function() {
2
var transforms;
3
4
- requireDependencies(["patterns/transforms"], function(cls) {
+ requireDependencies(["patterns/legend"], function(cls) {
5
transforms = cls;
6
});
7
0 commit comments