https://supabase.com/ logo
Join Discord
Powered by
# off-topic
  • f

    Flyken

    07/28/2021, 2:13 AM
    i think im going to ask something that im not going to be a fan of the answer....
  • e

    everconfusedguy

    07/28/2021, 2:13 AM
    Yup we can change this to redirect to .in too..Reach out to beta@supabase.io and I will configure your project
  • f

    Flyken

    07/28/2021, 2:13 AM
    what is testing, how can i do easily? is it hard? is it required?
  • f

    Flyken

    07/28/2021, 2:22 AM
    is testing required? becasue im scared of testing rn :l
  • f

    Flyken

    07/28/2021, 2:22 AM
    testing as in using like jest or something
  • o

    Olyno

    07/28/2021, 2:24 AM
    You mean testing your website?
  • f

    Flyken

    07/28/2021, 2:24 AM
    yea
  • f

    Flyken

    07/28/2021, 2:24 AM
    like jest testing
  • o

    Olyno

    07/28/2021, 2:24 AM
    Like your interface? Frontend?
  • f

    Flyken

    07/28/2021, 2:24 AM
    uuhhh
  • f

    Flyken

    07/28/2021, 2:24 AM
    :l
  • f

    Flyken

    07/28/2021, 2:24 AM
    idk
  • f

    Flyken

    07/28/2021, 2:25 AM
    like using
    jest
    to test
  • f

    Flyken

    07/28/2021, 2:25 AM
    idk if its needed
  • f

    Flyken

    07/28/2021, 2:25 AM
    is that just for api's?
  • o

    Olyno

    07/28/2021, 2:25 AM
    A website has 2 parts: server part (backend/api) and client part (frontend/interface)
  • o

    Olyno

    07/28/2021, 2:25 AM
    What are you trying to test?
  • f

    Flyken

    07/28/2021, 2:25 AM
    well, i wanna know if i even need to test
  • o

    Olyno

    07/28/2021, 2:26 AM
    Because jest able you to test backend and frontend
  • f

    Flyken

    07/28/2021, 2:26 AM
    is it needed though?
  • o

    Olyno

    07/28/2021, 2:26 AM
    To test your website, well it's a good option
  • f

    Flyken

    07/28/2021, 2:26 AM
    but how does it test it?
  • f

    Flyken

    07/28/2021, 2:26 AM
    does it replace a QA?
  • o

    Olyno

    07/28/2021, 2:27 AM
    I never tried a QA test so honestly I don't know
  • o

    Olyno

    07/28/2021, 2:28 AM
    The main thing that Jest does is to execute unit tests you create to ensure your website or api works fine as expected
  • f

    Flyken

    07/28/2021, 2:28 AM
    but like
  • f

    Flyken

    07/28/2021, 2:28 AM
  • f

    Flyken

    07/28/2021, 2:28 AM
    so its a fancy way to do
    console.log("hey, this worked")
  • o

    Olyno

    07/28/2021, 2:29 AM
    console.log is the "I just try something" way
  • o

    Olyno

    07/28/2021, 2:29 AM
    Like it shouldn't be used everytime
1...171819...392Latest