Skip to content

Commit

Permalink
Merge pull request #94 from gabriellebaudy/master
Browse files Browse the repository at this point in the history
fix(issues/89): Fixed production build, tests
  • Loading branch information
drcmda authored Jul 17, 2022
2 parents b28d855 + d50f6c9 commit 19d510a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export const getGPUTier = async ({
}
};

const queryBenchmarks = async (renderer: string) => {
async function queryBenchmarks(renderer: string) {
const type = getGpuType(renderer);
if (!type) {
return;
Expand Down
4 changes: 0 additions & 4 deletions test/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,6 @@ for (const { input, expected } of [
isIpad: true,
isMobile: true,
renderer: 'Apple A12X GPU',
screen: {
height: 1668,
width: 2224,
},
},
},
{
Expand Down

0 comments on commit 19d510a

Please sign in to comment.