feat: added nyc for test coverage reporting. fix: add jsdoc comments

This commit is contained in:
StevanFreeborn
2023-01-26 13:58:25 -06:00
parent b36d9445bd
commit 8b6e5ccefc
10 changed files with 2993 additions and 27 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { EndpointFactory } from '../src/Models/EndpointFactory';
import { EndpointFactory } from '../src/models/EndpointFactory';
import { expect } from 'chai';
describe('EndpointFactory', function () {