@@ -1140,6 +1140,60 @@ exports[`loader should throw an error on ambiguous import (only on "dart-sass")
11401140
11411141exports[`loader should throw an error on ambiguous import (only on "dart-sass") (node-sass) (scss): warnings 1`] = `Array []`;
11421142
1143+ exports[`loader should throw an error on circular import (dart-sass) (sass): errors 1`] = `
1144+ Array [
1145+ "ModuleBuildError: Module build failed (from ../src/cjs.js):
1146+ SassError: This file is already being loaded.",
1147+ ]
1148+ `;
1149+
1150+ exports[`loader should throw an error on circular import (dart-sass) (sass): warnings 1`] = `Array []`;
1151+
1152+ exports[`loader should throw an error on circular import (dart-sass) (scss): errors 1`] = `
1153+ Array [
1154+ "ModuleBuildError: Module build failed (from ../src/cjs.js):
1155+ SassError: This file is already being loaded.",
1156+ ]
1157+ `;
1158+
1159+ exports[`loader should throw an error on circular import (dart-sass) (scss): warnings 1`] = `Array []`;
1160+
1161+ exports[`loader should throw an error on circular import (node-sass) (sass): errors 1`] = `
1162+ Array [
1163+ "ModuleBuildError: Module build failed (from ../src/cjs.js):
1164+ SassError: An @import loop has been found:",
1165+ ]
1166+ `;
1167+
1168+ exports[`loader should throw an error on circular import (node-sass) (sass): warnings 1`] = `Array []`;
1169+
1170+ exports[`loader should throw an error on circular import (node-sass) (scss): errors 1`] = `
1171+ Array [
1172+ "ModuleBuildError: Module build failed (from ../src/cjs.js):
1173+ SassError: An @import loop has been found:",
1174+ ]
1175+ `;
1176+
1177+ exports[`loader should throw an error on circular import (node-sass) (scss): warnings 1`] = `Array []`;
1178+
1179+ exports[`loader should throw an error on circular use (dart-sass) (sass): errors 1`] = `
1180+ Array [
1181+ "ModuleBuildError: Module build failed (from ../src/cjs.js):
1182+ SassError: Module loop: this module is already being loaded.",
1183+ ]
1184+ `;
1185+
1186+ exports[`loader should throw an error on circular use (dart-sass) (sass): warnings 1`] = `Array []`;
1187+
1188+ exports[`loader should throw an error on circular use (dart-sass) (scss): errors 1`] = `
1189+ Array [
1190+ "ModuleBuildError: Module build failed (from ../src/cjs.js):
1191+ SassError: This file is already being loaded.",
1192+ ]
1193+ `;
1194+
1195+ exports[`loader should throw an error on circular use (dart-sass) (scss): warnings 1`] = `Array []`;
1196+
11431197exports[`loader should throw an error with a explicit file and a file does not exist (dart-sass) (sass): errors 1`] = `
11441198Array [
11451199 "ModuleBuildError: Module build failed (from ../src/cjs.js):
0 commit comments