jest-esnext
Version:
Jest ES.Next configuration by Harald Rudell
10 lines (8 loc) • 294 B
JavaScript
/*
© 2017-present Harald Rudell <harald.rudell@gmail.com> (http://www.haraldrudell.com)
This source code is licensed under the ISC-style license found in the LICENSE file in the root directory of this source tree.
*/
import config from '.'
it('test', () => {
expect(config).toBeTruthy()
})