Skip to content

Commit

Permalink
chore: some hotfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellsimoens committed Mar 19, 2021
1 parent 5d219a3 commit 7cbf580
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
2 changes: 1 addition & 1 deletion packages/plugin-mysql/src/last-value/index.spec.ts
Expand Up @@ -13,7 +13,7 @@ beforeEach((): void => {

const mockOptions = {
host: 'localhost',
user: 'root',
user: 'my-fake-user',
password: 'password123',
database: 'my-db',
};
Expand Down
25 changes: 0 additions & 25 deletions packages/plugin-mysql/test.js

This file was deleted.

2 comments on commit 7cbf580

@mitchellsimoens
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Source Map Explorer Audits (0 failures)

Source Map Explorer Audits

Label Value Last Value Threshold Success

Size Checks (0 failures)

Size Checks

Label Value Last Value Threshold Success
dist/example-angular/favicon.ico 1.35 KB 1.35 KB 4 KB
dist/example-angular/index.html 304 B 304 B 3 KB
dist/example-angular 16.86 MB 16.86 MB 17 MB
dist/example-angular/main-es2015.js 2.8 KB 2.8 KB 3 KB
dist/example-angular/main-es5.js 2.82 KB 2.82 KB 3 KB
dist/example-angular/polyfills-es5.js 87.22 KB 87.22 KB 90 KB
dist/example-angular/polyfills-es2015.js 44.4 KB 44.4 KB 45 KB
dist/example-angular/runtime-es2015.js 1.65 KB 1.65 KB 1.75 KB
dist/example-angular/runtime-es5.js 1.65 KB 1.65 KB 1.75 KB
dist/example-angular/styles-es2015.js 5.17 KB 5.17 KB 5.25 KB
dist/example-angular/styles-es5.js 5.16 KB 5.16 KB 5.25 KB
dist/example-angular/vendor-es2015.js 672.4 KB 672.4 KB 700 KB
dist/example-angular/vendor-es5.js 686.07 KB 686.07 KB 700 KB

Heap Snapshot Checks (0 failures)

Heap Snapshot Checks

Label Value Last Value Threshold Success
Documents 5 5 5
Frames 2 2 2
JSHeapTotalSize 22446080 22446080
JSHeapUsedSize 14919120 14988920
+68.16 KB
LayoutCount 2 2 5
Nodes 81 81 81
RecalcStyleCount 3 3 6

Axe Audits (0 failures)

Axe Audits

Label Value Last Value Threshold Success
aria-hidden-body none
bypass none
color-contrast none
document-title none
empty-heading none
heading-order none
html-has-lang none
html-lang-valid none
image-alt none
image-redundant-alt none
landmark-no-duplicate-banner none
landmark-no-duplicate-contentinfo none
link-name none
list none
listitem none
meta-viewport-large none
meta-viewport none
page-has-heading-one none
landmark-one-main moderate moderate moderate
region moderate moderate moderate

Unused Source Checks (0 failures)

Unused Source Checks

Label Value Last Value Threshold Success
http://localhost:3000/ 51.80% 51.80% 65%
http://localhost:3000/runtime-es2015.js 13.93% 13.93% 70%
http://localhost:3000/styles-es2015.js 49.85% 49.85% 70%
http://localhost:3000/main-es2015.js 6.64% 6.64% 70%
http://localhost:3000/polyfills-es2015.js 33.16% 33.16% 70%
http://localhost:3000/vendor-es2015.js 53.65% 53.65% 70%
... ///RouterModule/_EmptyOutletComponent.ngfactory.js 27.79% 27.79% 70%
ng:///AppModule/AppComponent.ngfactory.js 0.02% 0.02% 70%
... uterModule/_EmptyOutletComponent_Host.ngfactory.js 29.16% 29.16% 70%
ng:///AppModule/AppComponent_Host.ngfactory.js 0.10% 0.10% 70%
ng:///AppModule/module.ngfactory.js 0.01% 0.01% 70%

Lighthouse Audits (0 failures)

Lighthouse Audits

Label Value Last Value Threshold Success
Performance 1 1 1
Accessibility 100 100 100
Best Practices 100 100 100
SEO 91 91 90
Progressive Web App 20 20 20

@mitchellsimoens
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Size Checks (0 failures)

No Failures

Source Map Explorer Audits (0 failures)

No Failures

Heap Snapshot Checks (0 failures)

No Failures

Unused Source Checks (0 failures)

No Failures

Axe Audits (0 failures)

No Failures

Lighthouse Audits (0 failures)

No Failures

Please sign in to comment.