Files
bower/test/util/index.js
Adam Stankiewicz 3e3b64218d Remove analytics from Bower, fixes #1102
They caused more issues than useful they were.

Instead, we'll focus on fetching statistics from
NPM registry to watch Bower's popularity, and
GitHub stars over time to watch packages' popularity.
2016-01-20 12:30:54 +01:00

8 lines
192 B
JavaScript

describe('util', function () {
require('./removeIgnores');
require('./download');
require('./isPathAbsolute');
require('./relativeToBaseDir');
require('./createLink');
});