This website requires JavaScript.
Explore
Help
Sign In
embarklabs
/
embark
Watch
2
Star
0
Fork
0
You've already forked embark
mirror of
https://github.com/embarklabs/embark.git
synced
2025-02-11 21:26:55 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
embark
/
packages
/
plugins
/
suggestions
/
test
/
suggestions.spec.js
6 lines
111 B
JavaScript
Raw
Normal View
History
Unescape
Escape
refactor(@embark/suggestions): move suggestions API into plugin
2020-01-16 13:42:18 +01:00
describe
(
'plugins/suggestions'
,
(
)
=>
{
it
(
'should run test'
,
(
)
=>
{
build(deps-dev): bump eslint-plugin-jest from 22.5.1 to 23.8.1 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>
2020-03-05 07:55:25 +00:00
expect
(
true
)
.
toBe
(
true
)
;
refactor(@embark/suggestions): move suggestions API into plugin
2020-01-16 13:42:18 +01:00
}
)
;
}
)
;
Reference in New Issue
Copy Permalink