Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/martinrossil/fuix into main
Browse files Browse the repository at this point in the history
  • Loading branch information
martinrossil committed Nov 19, 2021
2 parents b2b5a53 + 23ad20e commit caeaafc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
[![Coverage Status](https://coveralls.io/repos/github/martinrossil/fuix/badge.svg?branch=main)](https://coveralls.io/github/martinrossil/fuix?branch=main)

# fuix
Typescript web component framework for building high performant web applications.
Typescript web component framework for building high performant web applications.
2 changes: 1 addition & 1 deletion tests/properties/padding.spec.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { assert } from 'chai';
import { describe, it } from 'mocha';
import { Container, IContainer } from '../../src';
const positiveRandom = Math.round(Math.random() * 10);
const positiveRandom = Math.round(Math.random() * 10) + 1;
const minusRandom = Math.round(-10 + Math.random() * 5);

describe('IContainer.padding property', () => {
Expand Down

0 comments on commit caeaafc

Please sign in to comment.