瀏覽代碼

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', () => {
 describe('persisted stores', () => {
     it('should not fail when persisted store is initialised', () => {
     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', () => {
 describe('watchers', () => {
     it('can watch for changes on a store', () => {
     it('can watch for changes on a store', () => {