Skip to content

Commit

Permalink
Merge pull request #3742 from relative-ci/update-fixtures
Browse files Browse the repository at this point in the history
Refactor fixtures
  • Loading branch information
vio authored Aug 23, 2023
2 parents 3676ccb + 6ef4d20 commit 0919038
Show file tree
Hide file tree
Showing 47 changed files with 134 additions and 56,528 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ module.exports = {
parserOptions: {
sourceType: 'module',
requireConfigFile: false,
ecmaFeatures: {
jsx: true,
babelOptions: {
presets: ['@babel/preset-react'],
},
},
settings: {
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
packages*/*/lib-esm/**
packages*/*/dist/**
packages*/*/types/**
packages/cli/__fixtures__/*
lint:
needs:
Expand Down
20 changes: 0 additions & 20 deletions build/settings.js

This file was deleted.

14 changes: 14 additions & 0 deletions fixtures/job.baseline.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
const webpackStats = require('./webpack-stats.baseline.json');

module.exports = {
branch: 'master',
buildNumber: '123',
buildUrl: '#ci-url',
commit: '428abb744923',
commitMessage: 'feat: Add Summary component',
createdAt: '2019-02-28T08:32:26.000Z',
internalBuildNumber: 123,
rawData: {
webpack: webpackStats,
},
};
Loading

0 comments on commit 0919038

Please sign in to comment.