Skip to content

Commit

Permalink
fix: minor code improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
dknight committed Jun 14, 2023
1 parent a2faf93 commit 65b5894
Show file tree
Hide file tree
Showing 11 changed files with 45 additions and 1,545 deletions.
3 changes: 0 additions & 3 deletions .babelrc

This file was deleted.

2 changes: 0 additions & 2 deletions TODO

This file was deleted.

4 changes: 2 additions & 2 deletions __tests__/xz-notify.test.ts
@@ -1,6 +1,6 @@
import {describe, afterEach, beforeEach, it, expect, jest} from '@jest/globals';
import XZNotify from '../src/xz-notify';
import {jest} from '@jest/globals';
import {SpiedFunction} from 'jest-mock';
import XZNotify from '../src/xz-notify';

describe('Should test', () => {
let component: XZNotify;
Expand Down
2 changes: 1 addition & 1 deletion dist/xz-notify.cjs.js
Expand Up @@ -30,7 +30,7 @@ module.exports = __toCommonJS(xz_notify_exports);
*
* @author Dmitri Smirnov <https://www.whoop.ee/>
* @license MIT 2023
* @version 1.1.1
* @version 2.0.0
* @extends HTMLElement
*
* @property {number} [expire=10000] Time in milliseconds. How long the
Expand Down
2 changes: 1 addition & 1 deletion dist/xz-notify.js
Expand Up @@ -8,7 +8,7 @@
*
* @author Dmitri Smirnov <https://www.whoop.ee/>
* @license MIT 2023
* @version 1.1.1
* @version 2.0.0
* @extends HTMLElement
*
* @property {number} [expire=10000] Time in milliseconds. How long the
Expand Down
2 changes: 1 addition & 1 deletion dist/xz-notify.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/xz-notify.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/xz-notify.mjs
Expand Up @@ -8,7 +8,7 @@
*
* @author Dmitri Smirnov <https://www.whoop.ee/>
* @license MIT 2023
* @version 1.1.1
* @version 2.0.0
* @extends HTMLElement
*
* @property {number} [expire=10000] Time in milliseconds. How long the
Expand Down

0 comments on commit 65b5894

Please sign in to comment.