Implement versioning strategies in js 🧉

This commit is contained in:
Webber
2020-04-26 20:22:09 +02:00
committed by Webber Takken
parent 2e81e61af3
commit d75d7890d0
23 changed files with 361 additions and 93 deletions
+1 -1
View File
@@ -12,6 +12,6 @@ describe('Index', () => {
'Project',
'Unity',
])('exports %s', exportedModule => {
expect(typeof Index[exportedModule]).toStrictEqual('function');
expect(Index[exportedModule]).toBeEitherAFunctionOrAnObject();
});
});