UNPKG
eslint-config-mnubo
Version:
latest (1.2.0)
1.2.0
1.1.0
1.0.1
1.0.0
ESLint rules used at mnubo
github.com/mnubo/eslint-config-mnubo
mnubo/eslint-config-mnubo
eslint-config-mnubo
/
test
/
fixtures
/
jasmine.spec.js
6 lines
(5 loc)
•
109 B
JavaScript
View Raw
1
2
3
4
5
6
describe
(
'test'
,
function
(
) {
it
(
'should be simple test'
,
() =>
{
expect
(
1
).
toBe
(
1
); }); });