From f9d305c5385eff94748564a756ec5aa1c0bf11de Mon Sep 17 00:00:00 2001
From: Ray Schamp <ray@scratch.mit.edu>
Date: Thu, 22 Sep 2016 10:30:13 -0400
Subject: [PATCH] Fix "tests"

---
 Makefile                 | 1 -
 src/components/blocks.js | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index b7f0ce59c..31aece2a7 100644
--- a/Makefile
+++ b/Makefile
@@ -27,6 +27,5 @@ lint:
 test:
 	@make lint
 	@make build
-	$(WEBPACK) --bail --config playground.config.js
 
 .PHONY: build clean watch serve lint test
diff --git a/src/components/blocks.js b/src/components/blocks.js
index b154c8909..39882d584 100644
--- a/src/components/blocks.js
+++ b/src/components/blocks.js
@@ -64,7 +64,7 @@ Blocks.defaultOptions = {
 };
 
 Blocks.defaultProps = {
-    onReceiveWorkspace: function (workspace) {},
+    onReceiveWorkspace: function () {},
     options: Blocks.defaultOptions
 };
 
-- 
GitLab