1 // Copyright (C) The Arvados Authors. All rights reserved.
3 // SPDX-License-Identifier: AGPL-3.0
7 // This is a custom Jest transformer turning style imports into empty objects.
8 // http://facebook.github.io/jest/docs/en/webpack.html
12 return 'module.exports = {};';
15 // The output is always the same.
16 return 'cssTransform';