📄 Cache.tests.js
¶
📊 Analysis Summary¶
Metric | Count |
---|---|
📦 Imports | 1 |
📊 Variables & Constants | 4 |
📚 Table of Contents¶
🛠️ File Location:¶
📂 test/unit/src/loaders/Cache.tests.js
📦 Imports¶
Name | Source |
---|---|
Cache |
../../../../src/loaders/Cache.js |
Variables & Constants¶
Name | Type | Kind | Value | Exported |
---|---|---|---|---|
actual |
boolean |
let/var | Cache.enabled |
✗ |
expected |
false |
let/var | false |
✗ |
actual |
{ [x: string]: any; } |
let/var | Cache.files |
✗ |
expected |
{} |
let/var | {} |
✗ |