getBuiltinRule.spec.js 208 B

123456789
  1. "use strict";
  2. var _getBuiltinRule = require("./getBuiltinRule");
  3. describe('getBuiltinRule', function () {
  4. it('works with jest', function () {
  5. (0, _getBuiltinRule.getBuiltinRule)('no-undef');
  6. });
  7. });