Skip to content
Snippets Groups Projects
host-rules.ts 135 B
Newer Older
import { hostRules } from './util';

export * as hostRules from '../lib/util/host-rules';

beforeEach(() => {
  hostRules.clear();
});