mirror of
https://github.com/renovatebot/renovate.git
synced 2025-03-15 08:34:54 +00:00
7 lines
135 B
TypeScript
7 lines
135 B
TypeScript
import { hostRules } from './util';
|
|
|
|
export * as hostRules from '../lib/util/host-rules';
|
|
|
|
beforeEach(() => {
|
|
hostRules.clear();
|
|
});
|