Skip to content

Commit 6ff73af

Browse files
committed
added library test case
1 parent 647bd05 commit 6ff73af

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
it("should run", function() {
2+
3+
});
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module.exports = {
2+
output: {
3+
libraryTarget: "this"
4+
}
5+
};

0 commit comments

Comments
 (0)