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
This commit is contained in:
parent
07fe058577
commit
818c6ae879
7 changed files with 224 additions and 5 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue