From 3d99e0f6dee6569ca9471d419bda79aec95b9ebc Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Thu, 28 Jan 2010 20:44:34 -0800 Subject: work --- test/FormatersTest.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/FormatersTest.js (limited to 'test/FormatersTest.js') diff --git a/test/FormatersTest.js b/test/FormatersTest.js new file mode 100644 index 00000000..0122b6ad --- /dev/null +++ b/test/FormatersTest.js @@ -0,0 +1,6 @@ +TestCase("formaterTest", { + testNoop: function(){ + assertEquals("abc", angular.formater.noop("abc")); + assertEquals("xyz", angular.formater.noop("abc", "xyz")); + } +}); -- cgit v1.2.3