pull/2781/head
Richard Harris 5 years ago
parent 0edb5debf2
commit 0b12b89d3e

@ -1,7 +1,7 @@
import * as assert from 'assert';
import { readable, writable, derived, get } from '../../store';
describe.only('store', () => {
describe('store', () => {
describe('writable', () => {
it('creates a writable store', () => {
const count = writable(0);

Loading…
Cancel
Save