Skip to content

add test commond and require should library - #21

Open
saga7878 wants to merge 2 commits into
tj:masterfrom
saga7878:master
Open

add test commond and require should library#21
saga7878 wants to merge 2 commits into
tj:masterfrom
saga7878:master

Conversation

@saga7878

Copy link
Copy Markdown

add test commond and require should library

require `should` library
add test commonad
Comment thread test/index.js

var assert = require('assert');
var delegate = require('..');
var should = require("should");

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
var should = require("should");
var should = require('should');

Use single quotes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants