rockchalkwushock/how-to-open-source

View on GitHub

Showing 1 of 3 total issues

Consider simplifying this complex logical expression.
Open

if (process.env.JEST_ENV !== 'post-build') {
  test('CJS build works with ES imports', () => {
    assert(isObject(cjsImport) && hasExports(cjsImport))
  })
  test('ES build works with ES imports', () => {
Severity: Major
Found in __tests__/build.post.test.js - About 40 mins to fix
    Severity
    Category
    Status
    Source
    Language