25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

15 lines
395 B

  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. };