demo-app/jest/css.js (1 lines of code) (raw):

/** * Copyright (c) Facebook, Inc. and its affiliates. * * @emails oncall+i18n_fbt_js * @flow strict * @format */ // Empty CSS mock used with jest so that we can import `.css` files like this: // import './css/Example.css'; module.exports = ({}: {});