Skip to content

Commit 8b5d763

Browse files
committed
Made tests Windows compatible
Signed-off-by: Jaid <jaid.jsx@gmail.com>
1 parent b3f4475 commit 8b5d763

File tree

2 files changed

+1
-63
lines changed

2 files changed

+1
-63
lines changed

test/playground.test.js

Lines changed: 0 additions & 62 deletions
This file was deleted.

test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ it("should run with {babel: true}", async () => {
6161
rules: [
6262
{
6363
test: /\.js$/,
64-
include: /src\//,
64+
include: /src(\/|\\)/,
6565
use: {
6666
loader: "babel-loader",
6767
options: {presets: ["jaid"]},

0 commit comments

Comments
 (0)