Sign in
pigweed
/
third_party
/
github
/
bazel-contrib
/
rules_nodejs
/
0fcd4e6dcdc03f4e54f9f62ca719cf2c1663f97e
/
.
/
e2e
/
karma
/
unnamed-amd-module.js
blob: fd58f4e6e80ea76aa2c01b72fe848c111e29a2e1 [
file
]
// Unnamed AMD module definition which needs to be manually configured through
// a "requirejs" configuration whenever this module should be loaded.
define
(
function
()
{
// Just an empty definition. Nothing to assert here.
});