From 02ff448d33b200d814aa64420ebfd1e0d98a17da Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Sun, 7 Aug 2016 10:55:50 -0600 Subject: [PATCH] Test that files are named like their default export --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a31cab75ce..b0b4bf4149 100644 --- a/Makefile +++ b/Makefile @@ -86,7 +86,7 @@ check-deps: done ;\ .PHONY: ci -ci: lint build test test-rendering compile-examples check-examples apidoc +ci: lint build test test-rendering test-node compile-examples check-examples apidoc .PHONY: compile-examples compile-examples: build/compiled-examples/all.combined.js @@ -137,7 +137,7 @@ test: build/timestamps/node-modules-timestamp build/test_requires.js .PHONY: test-node test-node: build/timestamps/node-modules-timestamp - ./node_modules/.bin/mocha test/node + ./node_modules/.bin/mocha test/node --fgrep 'has a path that maps to the provide' .PHONY: test-coverage test-coverage: build/timestamps/node-modules-timestamp