Ryan Chandler 4 жил өмнө
parent
commit
d67b1be40b

+ 1 - 1
tests/cypress/integration/persistence.spec.js

@@ -1,4 +1,4 @@
-/* global describe, it, cy */
+/// <reference types="cypress" />
 
 describe('persisted stores', () => {
     it('should not fail when persisted store is initialised', () => {

+ 1 - 1
tests/cypress/integration/watchers.spec.js

@@ -1,4 +1,4 @@
-/* global describe, it, cy */
+/// <reference types="cypress" />
 
 describe('watchers', () => {
     it('can watch for changes on a store', () => {