2020-02-06 19:04:18 -08:00
|
|
|
import latestSchema from '../../src/schemas/share-latest';
|
|
|
|
|
|
|
|
describe('Latest Share Schema Migration', () => {
|
2020-02-26 17:50:59 +00:00
|
|
|
it('should be v2', () => {
|
|
|
|
expect(latestSchema.VERSION).toEqual('v2');
|
2020-02-06 19:04:18 -08:00
|
|
|
});
|
|
|
|
});
|