Skip to content

Commit

Permalink
test: more
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Dec 16, 2019
1 parent 453ccc1 commit 5be3086
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/sourceMap-option.test.js
Expand Up @@ -186,7 +186,7 @@ describe('"sourceMap" option', () => {
rules: [
{
test: /\.css$/i,
rules: [
use: [
{
loader: path.resolve(__dirname, '../src'),
options: {
Expand Down Expand Up @@ -228,7 +228,7 @@ describe('"sourceMap" option', () => {
// rules: [
// {
// test: /\.s[ca]ss$/i,
// rules: [
// use: [
// {
// loader: path.resolve(__dirname, '../src'),
// options: {
Expand Down Expand Up @@ -418,7 +418,7 @@ describe('"sourceMap" option', () => {
rules: [
{
test: /\.css$/i,
rules: [
use: [
{
loader: path.resolve(__dirname, '../src'),
options: {
Expand Down Expand Up @@ -458,7 +458,7 @@ describe('"sourceMap" option', () => {
rules: [
{
test: /\.s[ca]ss$/i,
rules: [
use: [
{
loader: path.resolve(__dirname, '../src'),
options: {
Expand Down

0 comments on commit 5be3086

Please sign in to comment.