Skip to content

Commit d9c862b

Browse files
authored
Merge pull request #17 from Linhatran/master
Codebase Cleanup
2 parents 0816ba2 + 17ae428 commit d9c862b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+118
-790
lines changed

LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 ReacType
3+
Copyright (c) 2021 ReacType
44

55
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:
66

__tests__/BottomTabs.test.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React, { useReducer} from 'react';
22
import '@testing-library/jest-dom';
3-
import { render, fireEvent, cleanup, screen } from '@testing-library/react';
3+
import { render, screen } from '@testing-library/react';
44

55
import BottomTabs from '../app/src/components/bottom/BottomTabs';
66
import StateContext from '../app/src/context/context';

0 commit comments

Comments
 (0)