2
0
mirror of https://github.com/status-im/consul.git synced 2025-02-13 22:26:35 +00:00

26 lines
503 B
JavaScript

const path = require('path');
const useTestFrameworkDetector = require('@ember-data/private-build-infra/src/utilities/test-framework-detector');
module.exports = useTestFrameworkDetector({
description: 'Generates Consul HTTP ember-data serializer unit and integration tests.',
root: __dirname,
fileMapTokens(options) {
return {
__root__() {
return 'tests';
},
__path__() {
return '';
},
};
},
locals(options) {
return {
};
},
});