Browse Source

removed unused mock object

pull/782/head
Stephen Hess 8 years ago
parent
commit
89d9943f26
  1. 13
      test/unit/mock/query.js

13
test/unit/mock/query.js

@ -1,13 +0,0 @@
function setup(){
return query;
}
function query( clean ){
return {
type: 'mock',
body: clean
};
}
module.exports = setup;
Loading…
Cancel
Save