2025-07-16 22:29:28 +08:00
|
|
|
"use strict";
|
|
|
|
|
2021-08-04 21:55:58 +08:00
|
|
|
module.exports = [
|
|
|
|
[
|
|
|
|
/http:\/\/localhost:9990\/index\.css\?cache used to have no-cache lockfile entry and has content now, but lockfile is frozen/
|
|
|
|
],
|
|
|
|
[
|
|
|
|
/http:\/\/localhost:9990\/index\.css\?no-cache has a lockfile entry and is no-cache now, but lockfile is frozen/
|
|
|
|
],
|
|
|
|
[
|
|
|
|
/http:\/\/localhost:9990\/index\.css has an outdated lockfile entry, but lockfile is frozen/
|
|
|
|
],
|
|
|
|
[/http:\/\/localhost:9990\/resolve\.js integrity mismatch/],
|
|
|
|
[
|
|
|
|
/http:\/\/localhost:9990\/fallback\.js has no lockfile entry and lockfile is frozen/
|
|
|
|
],
|
|
|
|
[
|
|
|
|
/http:\/\/localhost:9990\/redirect has an outdated lockfile entry, but lockfile is frozen/
|
|
|
|
]
|
|
|
|
];
|