Explorar o código

chore: intellisense

Ryan Chandler %!s(int64=4) %!d(string=hai) anos
pai
achega
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', () => {