Skip to content

Commit

Permalink
test on pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
mollykreis committed Mar 25, 2024
1 parent 6d06eaf commit 3f0bcd1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/nimble-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"test-webkit:verbose": "karma start karma.conf.verbose.js --browsers=WebkitHeadless --single-run --skip-tags SkipWebkit",
"test-webkit:watch": "karma start karma.conf.js --browsers=WebkitHeadless --skip-tags SkipWebkit --watch-extensions js",
"test-webkit": "karma start karma.conf.js --browsers=WebkitHeadless --single-run --skip-tags SkipWebkit",
"test": "npm run test-chrome:verbose && npm run test-firefox:verbose"
"test": "npm run test-chrome:verbose && npm run test-firefox:verbose && npm run test-webkit:verbose"
},
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ class ElementReferences {
public column1!: TableColumnDateText;
}

describe('TableColumnDateText', () => {
// eslint-disable-next-line no-restricted-globals
fdescribe('TableColumnDateText', () => {
let table: Table<SimpleTableRecord>;
let connect: () => Promise<void>;
let disconnect: () => Promise<void>;
Expand Down

0 comments on commit 3f0bcd1

Please sign in to comment.