mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-22 01:10:23 +00:00
7 lines
176 B
JavaScript
7 lines
176 B
JavaScript
|
|
TestCase("formaterTest", {
|
||
|
|
testNoop: function(){
|
||
|
|
assertEquals("abc", angular.formater.noop("abc"));
|
||
|
|
assertEquals("xyz", angular.formater.noop("abc", "xyz"));
|
||
|
|
}
|
||
|
|
});
|