Initial import from local backup (Documents-Playground/pakerpale)
This commit is contained in:
7
node_modules/relative-time-format/modules/LocaleDataStore.test.js
generated
vendored
Normal file
7
node_modules/relative-time-format/modules/LocaleDataStore.test.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import { addLocaleData } from './LocaleDataStore';
|
||||
describe('LocaleDataStore', function () {
|
||||
it('"addLocaleData" should throw if no locale data passed', function () {
|
||||
expect(addLocaleData).to.throw('No locale data passed');
|
||||
});
|
||||
});
|
||||
//# sourceMappingURL=LocaleDataStore.test.js.map
|
||||
Reference in New Issue
Block a user