mAAdhaTTah/brookjs

View on GitHub
packages/brookjs-cli/jest/cssTransform.js

Summary

Maintainability
A
0 mins
Test Coverage
// This is stolen from react-scripts
// @TODO(mAAdhaTTah) depend on it directly
'use strict';

module.exports = {
  process() {
    return 'module.exports = {};';
  },
  getCacheKey() {
    return 'cssTransform';
  },
};