qlik-oss/picasso.js

View on GitHub
plugins/q/src/formatter/__tests__/formatter.spec.js

Summary

Maintainability
A
40 mins
Test Coverage

Showing 1 of 1 total issue

Similar blocks of code found in 6 locations. Consider refactoring.
Open

it('should create a numeric formatter by default', () => {
const f = createFromMetaInfo();
expect(f.pattern()).to.equal('#.##');
});
Severity: Major
Found in plugins/q/src/formatter/__tests__/formatter.spec.js and 5 other locations - About 40 mins to fix
plugins/q/src/data/__tests__/field.spec.js on lines 43..46
plugins/q/src/data/__tests__/field.spec.js on lines 70..73
plugins/q/src/data/__tests__/field.spec.js on lines 75..78
plugins/q/src/data/__tests__/field.spec.js on lines 80..83
plugins/q/src/data/__tests__/field.spec.js on lines 85..88

There are no issues that match your filters.

Category
Status