webpack/test/configCases/records/with-readRecords-hook/index.js

4 lines
93 B
JavaScript

it("should load fine", () => {
return import(/* webpackChunkName: "async" */"./async");
});