mirror of https://github.com/webpack/webpack.git
ignore DebugHash class
This commit is contained in:
parent
0f47a1d27d
commit
618960469d
|
|
@ -85,9 +85,7 @@ class BulkUpdateDecorator extends Hash {
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* istanbul ignore next
|
||||
*/
|
||||
/* istanbul ignore next */
|
||||
class DebugHash extends Hash {
|
||||
constructor() {
|
||||
super();
|
||||
|
|
|
|||
Loading…
Reference in New Issue