Skip to content

Commit 7867560

Browse files
tests
1 parent 0d12921 commit 7867560

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ These instructions will get you a copy of the project up and running on your loc
1212

1313
## Running the tests
1414

15-
Explain how to run the automated tests for this system
15+
Tests completed with faker.js and Chai
16+
To supply data for testing and assertions
1617

1718
### Break down into end to end tests
1819

test/server.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ describe('Integration tests for: /', function() {
2020

2121
return startServer(true);
2222
});
23-
.
23+
2424
after(function() {
2525

2626
return stopServer();

0 commit comments

Comments
 (0)