We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ed4a79 commit 24634c7Copy full SHA for 24634c7
test/loaders/coffee-script.js
@@ -22,7 +22,7 @@ function createConfig() {
22
return new WebpackConfig(runtimeConfig);
23
}
24
25
-describe('loaders/typescript', () => {
+describe('loaders/coffee-script', () => {
26
it('getLoaders() with callback', () => {
27
const config = createConfig();
28
config.enableSourceMaps(true);
0 commit comments