mirror of
https://github.com/wahyd4/rss-visualizer.git
synced 2026-08-09 04:56:25 +10:00
add more UI tuning
This commit is contained in:
@@ -49,6 +49,10 @@ test("should fetch feeds", function() {
|
||||
});
|
||||
});
|
||||
|
||||
test("should randomize", function() {
|
||||
var r = this.F.randomize([1, 2, 3, 4, 5, 6]);
|
||||
ok( r != [1, 2, 3, 4, 5, 6]);
|
||||
})
|
||||
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user