You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(dataset): make dist_asset tests independent of webpack artifacts
The nested-asset regression tests fetched real TinyMCE files under dist/, which
is git-ignored (webpack build output) and not compiled in CI, so they 404'd and
broke the pipeline. Rewrite them to monkeypatch _DATASET_ASSETS_DIR to a tmp_path
with a probe tree, so they exercise the route's nested-path handling and MIME
pinning without depending on build artifacts.
0 commit comments