Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3d002b4

Browse files
committedJan 27, 2018
enable integration test
1 parent e0861b3 commit 3d002b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/intergration/crud.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { tagModel } from "../../src/models/tagModel";
1111
import { newNotes, newTags } from "../seed";
1212

1313
// skipping until needed
14-
describe.skip( "Intergration Test with SuperTest Should", function () {
14+
describe( "Intergration Test with SuperTest Should", function () {
1515

1616
before( "clear data", function ( done ) {
1717
let promises = <any>[];

0 commit comments

Comments
 (0)
Please sign in to comment.