meteor/meteor

View on GitHub
packages/ecmascript/runtime-tests.js

Summary

Maintainability
A
3 hrs
Test Coverage

File runtime-tests.js has 310 lines of code (exceeds 250 allowed). Consider refactoring.
Open

const isNode8OrLater = Meteor.isServer && parseInt(process.versions.node) >= 8;

Tinytest.add('ecmascript - runtime - template literals', test => {
  function dump(strings, ...expressions) {
    const copy = Object.create(null);
Severity: Minor
Found in packages/ecmascript/runtime-tests.js - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status