devtools/data/cwmock.js
changeset 11057 0b59724cb3f2
parent 11052 058bb3dc685f
child 11058 23eb30449fe5
--- a/devtools/data/cwmock.js	Mon Jan 04 18:40:30 2016 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
-/*
- * cubicweb js mock for unit tests
- * This module defines variables and functions used in quite a few places
- * in cw js framework that can't be used or guessed without a real CW server
- */
-
-var pageid = 'my-page-id';
-
-function _(message) {
-    return message;
-}