Force lineendings on more file types
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
var chai = require('chai');
|
||||
var sinon = require('sinon');
|
||||
var chrome = require('sinon-chrome');
|
||||
var expect = chai.expect;
|
||||
|
||||
describe('Chrome Dev Tools', function() {
|
||||
it('should work', function() {
|
||||
chrome.browserAction.setTitle({title: 'hello'});
|
||||
sinon.assert.calledOnce(chrome.browserAction.setTitle);
|
||||
});
|
||||
});
|
||||
var chai = require('chai');
|
||||
var sinon = require('sinon');
|
||||
var chrome = require('sinon-chrome');
|
||||
var expect = chai.expect;
|
||||
|
||||
describe('Chrome Dev Tools', function() {
|
||||
it('should work', function() {
|
||||
chrome.browserAction.setTitle({title: 'hello'});
|
||||
sinon.assert.calledOnce(chrome.browserAction.setTitle);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user