1
Fork 0
mirror of https://github.com/pds-nest/nest.git synced 2024-11-21 20:44:18 +00:00

🔨 Fix .iml files

This commit is contained in:
Stefano Pigozzi 2021-04-27 22:22:21 +02:00
parent 6f0520e2fa
commit 10e7152737
Signed by untrusted user who does not match committer: steffo
GPG key ID: 6965406171929D01
3 changed files with 1 additions and 17 deletions

View file

@ -10,11 +10,4 @@
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
<component name="PyNamespacePackagesService">
<option name="namespacePackageFolders">
<list>
<option value="$MODULE_DIR$/code" />
</list>
</option>
</component>
</module>

View file

@ -5,7 +5,7 @@
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/nest_backend" isTestSource="false" />
</content>
<orderEntry type="jdk" jdkName="Poetry (g2-progetto) (2)" jdkType="Python SDK" />
<orderEntry type="jdk" jdkName="Poetry (backend)" jdkType="Python SDK" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

View file

@ -1,9 +0,0 @@
import { render, screen } from "@testing-library/react"
import App from "./App"
test("renders learn react link", () => {
render(<App/>)
const linkElement = screen.getByText(/learn react/i)
expect(linkElement).toBeInTheDocument()
})