UNPKG

donejs

Version:
12 lines (8 loc) 260 B
import { fixture } from 'can'; import State from '../state'; const store = fixture.store([ { name: 'Calisota', short: 'CA' }, { name: 'New Troy', short: 'NT'} ], State.connection.queryLogic); fixture('/api/states/{short}', store); export default store;