index.js 395 B

123456789101112131415
  1. /**
  2. * Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
  3. *
  4. * This source code is licensed under the MIT license found in the
  5. * LICENSE file in the root directory of this source tree.
  6. */
  7. module.exports = {
  8. plugins: [
  9. // Cannot be `import` as this file is not compiled
  10. require('babel-plugin-jest-hoist'),
  11. require('babel-plugin-syntax-object-rest-spread'),
  12. ],
  13. };