Files
jspm-registry/test/tests/angular.js
T

6 lines
103 B
JavaScript
Raw Normal View History

2014-02-15 21:44:55 +02:00
var angular = require('angular');
2014-02-11 17:02:14 +02:00
exports['load test'] = function(done) {
2014-02-15 21:44:55 +02:00
if (angular)
2014-02-11 17:02:14 +02:00
done();
}