forked from microsoft/fluentui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from spmonahan/wc/tensile-config
chore: add tensile config for @fluentui/web-components
- Loading branch information
Showing
3 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -160,3 +160,6 @@ rush.json | |
|
||
# tsdoc | ||
tsdoc-metadata.json | ||
|
||
# benchmarking | ||
.tensile/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
const config = { | ||
// Browsers to test against | ||
browsers: ['chrome'], | ||
|
||
// Importmaps for your test. | ||
// See: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script/type/importmap | ||
imports: { | ||
'@tensile-perf/web-components': '/node_modules/@tensile-perf/web-components/dist/index.js', | ||
'@microsoft/fast-element': '/node_modules/@microsoft/fast-element/dist/fast-element.min.js', | ||
}, | ||
}; | ||
|
||
export default config; |