Skip to content

Commit

Permalink
Merge pull request #17 from Linhatran/master
Browse files Browse the repository at this point in the history
Codebase Cleanup
  • Loading branch information
lukemadden authored Feb 3, 2021
2 parents 0816ba2 + 17ae428 commit d9c862b
Show file tree
Hide file tree
Showing 48 changed files with 118 additions and 790 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 ReacType
Copyright (c) 2021 ReacType

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
2 changes: 1 addition & 1 deletion __tests__/BottomTabs.test.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { useReducer} from 'react';
import '@testing-library/jest-dom';
import { render, fireEvent, cleanup, screen } from '@testing-library/react';
import { render, screen } from '@testing-library/react';

import BottomTabs from '../app/src/components/bottom/BottomTabs';
import StateContext from '../app/src/context/context';
Expand Down
Loading

0 comments on commit d9c862b

Please sign in to comment.