Skip to content

Commit

Permalink
chore: remove unused test files and dependnecies
Browse files Browse the repository at this point in the history
  • Loading branch information
SevenOutman committed Aug 1, 2023
1 parent c3e4d22 commit d9a591a
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 3,505 deletions.
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ test/
docs/
src/
postcss.config.js
karma.conf.js
gulpfile.js
.eslintrc.js
webpack.config.js
10 changes: 5 additions & 5 deletions cypress.config.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { defineConfig } from "cypress";
import { defineConfig } from 'cypress';

export default defineConfig({
component: {
devServer: {
framework: "react",
bundler: "webpack",
},
},
framework: 'react',
bundler: 'webpack'
}
}
});
63 changes: 0 additions & 63 deletions karma.conf.js

This file was deleted.

Loading

0 comments on commit d9a591a

Please sign in to comment.