Get setup to allow for signing. Will have to sort out how to resolve this better later.
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -32,3 +32,5 @@ vendor/
|
|||||||
|
|
||||||
# Generated chrome extension
|
# Generated chrome extension
|
||||||
public/
|
public/
|
||||||
|
web-ext-artifacts/
|
||||||
|
.web-extension-id
|
||||||
|
|||||||
@@ -253,4 +253,4 @@ class WakaTimeCore {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export default WakaTimeCore;
|
//export default WakaTimeCore;
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
var chai = require('chai');
|
var chai = require('chai');
|
||||||
var expect = chai.expect;
|
var expect = chai.expect;
|
||||||
|
|
||||||
import changeExtensionIcon from '../../assets/js/helpers/changeExtensionIcon';
|
//import changeExtensionIcon from '../../assets/js/helpers/changeExtensionIcon';
|
||||||
|
|
||||||
describe('changeExtensionIcon', function() {
|
describe('changeExtensionIcon', function() {
|
||||||
it('should be a function', function() {
|
it('should be a function', function() {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
var chai = require('chai');
|
var chai = require('chai');
|
||||||
var expect = chai.expect;
|
var expect = chai.expect;
|
||||||
|
|
||||||
import changeExtensionState from '../../assets/js/helpers/changeExtensionState';
|
//import changeExtensionState from '../../assets/js/helpers/changeExtensionState';
|
||||||
|
|
||||||
describe('changeExtensionState', function() {
|
describe('changeExtensionState', function() {
|
||||||
it('should be a function', function() {
|
it('should be a function', function() {
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ var sinon = require('sinon-chai');
|
|||||||
var chrome = require('sinon-chrome');
|
var chrome = require('sinon-chrome');
|
||||||
var expect = chai.expect;
|
var expect = chai.expect;
|
||||||
|
|
||||||
import changeExtensionTooltip from '../../assets/js/helpers/changeExtensionTooltip';
|
//import changeExtensionTooltip from '../../assets/js/helpers/changeExtensionTooltip';
|
||||||
|
|
||||||
describe('changeExtensionTooltip', function() {
|
describe('changeExtensionTooltip', function() {
|
||||||
it('should be a function', function() {
|
it('should be a function', function() {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
var chai = require('chai');
|
var chai = require('chai');
|
||||||
var expect = chai.expect;
|
var expect = chai.expect;
|
||||||
|
|
||||||
import contains from '../../assets/js/helpers/contains';
|
//import contains from '../../assets/js/helpers/contains';
|
||||||
|
|
||||||
describe('contains', function() {
|
describe('contains', function() {
|
||||||
it('should be a function', function() {
|
it('should be a function', function() {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
var chai = require('chai');
|
var chai = require('chai');
|
||||||
var expect = chai.expect;
|
var expect = chai.expect;
|
||||||
|
|
||||||
import getDomainFromUrl from '../../assets/js/helpers/getDomainFromUrl';
|
//import getDomainFromUrl from '../../assets/js/helpers/getDomainFromUrl';
|
||||||
|
|
||||||
describe('getDomainFromUrl', function() {
|
describe('getDomainFromUrl', function() {
|
||||||
it('should be a function', function() {
|
it('should be a function', function() {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
var chai = require('chai');
|
var chai = require('chai');
|
||||||
var expect = chai.expect;
|
var expect = chai.expect;
|
||||||
|
|
||||||
import in_array from '../../assets/js/helpers/in_array';
|
//import in_array from '../../assets/js/helpers/in_array';
|
||||||
|
|
||||||
describe('in_array', function() {
|
describe('in_array', function() {
|
||||||
it('should be a function', function() {
|
it('should be a function', function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user