summaryrefslogtreecommitdiffstats
path: root/test/wpt/tests/service-workers/service-worker/no-dynamic-import-in-module.any.js
blob: f7c2ef37b8b938df9b8ccae12511dfbe58d8e694 (plain)
1
2
3
4
5
6
7
// META: global=serviceworker-module

// This is imported to ensure import('./basic-module-2.js') fails even if
// it has been previously statically imported.
import './resources/basic-module-2.js';

import './resources/no-dynamic-import.js';