Skip to content

Commit ce032d0

Browse files
committed
chore: use es modules with unit tests (both commonjs and esm work)
1 parent bf58cd3 commit ce032d0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

apps/nativescript-demo-ng/project.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@
5353
"executor": "@nativescript/nx:test",
5454
"outputs": ["{workspaceRoot}/coverage/apps/nativescript-demo-ng"],
5555
"options": {
56-
"coverage": false,
57-
"flags": "--env.commonjs"
56+
"coverage": false
5857
},
5958
"configurations": {}
6059
}

0 commit comments

Comments
 (0)