This website requires JavaScript.
Explore
Help
Sign In
mowen233
/
jspm-registry
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
ff0a1c1ae20e914ad80fe337ee8a2924cfb943dd
jspm-registry
/
test
/
tests
/
angular.js
T
6 lines
103 B
JavaScript
Raw
Normal View
History
Unescape
Escape
first four library tests
2014-02-15 21:44:55 +02:00
var
angular
=
require
(
'angular'
);
angular test
2014-02-11 17:02:14 +02:00
exports
[
'load test'
]
=
function
(
done
)
{
first four library tests
2014-02-15 21:44:55 +02:00
if
(
angular
)
angular test
2014-02-11 17:02:14 +02:00
done
();
}
Reference in New Issue
Copy Permalink