UNPKG

sensitive-word-helper-plus

Version:

基于DFA算法的一个敏感词助手, 可以做步长控制

26 lines (23 loc) 355 B
/** * Created by ChengZheLin on 2019/5/20. * Features: */ 'use strict' module.exports = { globals: { 'ts-jest': { tsConfigFile: 'tsconfig.json' } }, moduleFileExtensions: [ 'ts', 'js' ], transform: { '^.+\\.(ts|tsx)$': 'ts-jest' }, testMatch: [ '**/test/**/*.test.(ts|js)' ], testEnvironment: 'node' }