cylon/spec/support/mock_module.js

8 lines
150 B
JavaScript
Raw Normal View History

// A mock Cylon module for use in internal testing.
"use strict";
module.exports = {
2015-04-15 12:49:12 +08:00
adaptors: [ "test-adaptor" ],
drivers: [ "test-driver" ]
};