소스 검색

chore: intellisense

Ryan Chandler 4 년 전
부모
커밋
d67b1be40b
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      tests/cypress/integration/persistence.spec.js
  2. 1 1
      tests/cypress/integration/watchers.spec.js

+ 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', () => {