Skip to content

Commit

Permalink
~ unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudcome committed Oct 23, 2018
1 parent b099334 commit 92e8ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion for-server/test/test.index.js
Expand Up @@ -12,7 +12,7 @@ var index = require('../src/index.js');

describe('blear.MODULE_PATH.MODULE_NAME', function () {

it('base', function () {
it('exports', function () {
expect(index).toEqual('index');
});

Expand Down

0 comments on commit 92e8ad7

Please sign in to comment.