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