mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-07 03:13:53 +00:00
dcaa2626d9
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 22.5.1 to 23.8.1. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v22.5.1...v23.8.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 lines
111 B
JavaScript
6 lines
111 B
JavaScript
describe('plugins/suggestions', () => {
|
|
it('should run test', () => {
|
|
expect(true).toBe(true);
|
|
});
|
|
});
|