From 818c6ae87957767383e3c0ea0f759e278a2930c7 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Wed, 6 Dec 2023 18:41:05 -0600 Subject: Add tests for migration and persisted state (#2118) * Add tests for migrate * Add test for persisted.init * Add legacy transform test * Set NODE_ENV for testing * Mock logger * Set expo var to test --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e93b6357a..ae5a12eb8 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ build-web: ## Compile web bundle, copy to bskyweb directory .PHONY: test test: ## Run all tests - yarn test + NODE_ENV=test EXPO_PUBLIC_ENV=test yarn test .PHONY: lint lint: ## Run style checks and verify syntax -- cgit 1.4.1