mirror of
https://github.com/bower/bower.git
synced 2026-01-12 15:58:06 -05:00
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.
8 lines
192 B
JavaScript
8 lines
192 B
JavaScript
describe('util', function () {
|
|
require('./removeIgnores');
|
|
require('./download');
|
|
require('./isPathAbsolute');
|
|
require('./relativeToBaseDir');
|
|
require('./createLink');
|
|
});
|