RubyLouvre/anu

View on GitHub
scripts/jest/noHaste.js

Summary

Maintainability
A
0 mins
Test Coverage
"use strict";

module.exports = {
    getHasteName() {
    // We never want Haste.
        return null;
    },
};