UNPKG

@2toad/profanity

Version:

A JavaScript profanity filter

12 lines 372 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const chai_1 = require("chai"); require("mocha"); describe('Profanity', () => { describe('exists', () => { it('should return true when profanity exists', () => { chai_1.expect(true).to.equal(true); }); }); }); //# sourceMappingURL=index.spec.js.map